color codes Logo

#85a1cb color codes

#85A1CB
(133,161,203)
0 Favorites   0 Comments

Color spaces of #85a1cb

RGB 133161203
HSL0.600.400.66
HSV216°34°80°
CMYK 0.340.210.00   0.20
XYZ33.197234.788161.4650
Yxy34.78810.25640.2687
Hunter Lab58.9814-2.7503-20.4995
CIE-Lab65.58340.4679-24.6313

#85a1cb color RGB value is (133,161,203).

#85a1cb hex color red value is 133, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #85a1cb hue: 0.60 , saturation: 0.40 and the lightness value of 85a1cb is 0.66.

The process color (four color CMYK) of #85a1cb color code is 0.34, 0.21, 0.00, 0.20. Web safe color of #85a1cb is #9999cc. Color #85a1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10100001 11001011
Octal 205 241 313
Decimal 133 161 203
Hex 85 A1 CB

RGB Percentages of Color #85a1cb

%26.76
%32.39
%40.85

CMYK Percentages of Color #85a1cb

%34
%21
%0
%20

Triadic Colors of #85a1cb

#85a1cb #cb85a1 #a1cb85

Analogous Colors of #85a1cb

#85a1cb #8c85cb #85c4cb

Monochromatic Colors of #85a1cb

#85a1cb

Complementary Color

#85a1cb #cbaf85

#85a1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a1cb Color CSS Codes

.mybgcolor {background-color:#85a1cb; } 
.myforecolor {color:#85a1cb; }
.mybordercolor {border:3px solid #85a1cb; }

#85a1cb Text Font Color

<p style="color:#85a1cb">Text here</p>

This sample text font color is #85a1cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#85a1cb Background Color

<div style="background-color:#85a1cb">
Div content here</div>

This div background color is #85a1cb


#85a1cb Border Color

<div style="border:3px solid #85a1cb">
Div here</div>

This div border color is #85a1cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,161,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85a1cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85a1cb;
  -webkit-box-shadow: 1px 1px 3px 2px #85a1cb;
  box-shadow:         1px 1px 3px 2px #85a1cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,161,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #85a1cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #85a1cb;
  -webkit-box-shadow: 1px 1px 3px 2px #85a1cb;
  box-shadow:         1px 1px 3px 2px #85a1cb;">
Div content here</div>

This div box has shadow with color #85a1cb


Comments

No comments written yet.

Please login to write comment.