Color Hex Logo

#85abbd Color Hex

#85ABBD
(133,171,189)
0 Favorites   0 Comments

Color spaces of #85abbd

RGB 133171189
HSL0.550.300.63
HSV199°30°74°
CMYK 0.300.100.00   0.26
XYZ33.421137.786553.6762
Yxy37.78650.26760.3026
Hunter Lab61.4707-10.5249-8.7425
CIE-Lab67.8630-8.5682-13.4015

#85abbd color RGB value is (133,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 10111101
Octal 205 253 275
Decimal 133 171 189
Hex 85 AB BD

RGB Percentages of Color #85abbd

%26.98
%34.69
%38.34

CMYK Percentages of Color #85abbd

%30
%10
%0
%26

Triadic Colors of #85abbd

#85abbd #bd85ab #abbd85

Analogous Colors of #85abbd

#85abbd #858fbd #85bdb3

Monochromatic Colors of #85abbd

#85abbd

Complementary Color

#85abbd #bd9785

#85abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abbd Color CSS Codes

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

#85abbd Text Font Color

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

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


#85abbd Background Color

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

This div background color is #85abbd


#85abbd Border Color

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

This div border color is #85abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abbd


Comments

No comments written yet.

Please login to write comment.