Color Hex Logo

#85a9be Color Hex

#85A9BE
(133,169,190)
0 Favorites   0 Comments

Color spaces of #85a9be

RGB 133169190
HSL0.560.300.63
HSV202°30°75°
CMYK 0.300.110.00   0.25
XYZ33.155137.080254.1249
Yxy37.08020.26660.2982
Hunter Lab60.8935-9.3746-10.0742
CIE-Lab67.3372-7.2405-14.7470

#85a9be color RGB value is (133,169,190).

#85a9be hex color red value is 133, green value is 169 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #85a9be hue: 0.56 , saturation: 0.30 and the lightness value of 85a9be is 0.63.

The process color (four color CMYK) of #85a9be color hex is 0.30, 0.11, 0.00, 0.25. Web safe color of #85a9be is #9999cc. Color #85a9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101001 10111110
Octal 205 251 276
Decimal 133 169 190
Hex 85 A9 BE

RGB Percentages of Color #85a9be

%27.03
%34.35
%38.62

CMYK Percentages of Color #85a9be

%30
%11
%0
%25

Triadic Colors of #85a9be

#85a9be #be85a9 #a9be85

Analogous Colors of #85a9be

#85a9be #858dbe #85beb7

Monochromatic Colors of #85a9be

#85a9be

Complementary Color

#85a9be #be9a85

#85a9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a9be Color CSS Codes

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

#85a9be Text Font Color

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

This sample text font color is #85a9be
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.


#85a9be Background Color

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

This div background color is #85a9be


#85a9be Border Color

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

This div border color is #85a9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a9be


Comments

No comments written yet.

Please login to write comment.