Color Hex Logo

#858eab Color Hex

#858EAB
(133,142,171)
0 Favorites   0 Comments

Color spaces of #858eab

RGB 133142171
HSL0.630.180.60
HSV226°22°67°
CMYK 0.220.170.00   0.33
XYZ26.696627.272842.3852
Yxy27.27280.27710.2830
Hunter Lab52.2234-0.1416-11.5642
CIE-Lab59.22603.1982-16.3320

#858eab color RGB value is (133,142,171).

#858eab hex color red value is 133, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #858eab hue: 0.63 , saturation: 0.18 and the lightness value of 858eab is 0.60.

The process color (four color CMYK) of #858eab color hex is 0.22, 0.17, 0.00, 0.33. Web safe color of #858eab is #999999. Color #858eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001110 10101011
Octal 205 216 253
Decimal 133 142 171
Hex 85 8E AB

RGB Percentages of Color #858eab

%29.82
%31.84
%38.34

CMYK Percentages of Color #858eab

%22
%17
%0
%33

Triadic Colors of #858eab

#858eab #ab858e #8eab85

Analogous Colors of #858eab

#858eab #8f85ab #85a1ab

Monochromatic Colors of #858eab

#858eab

Complementary Color

#858eab #aba285

#858eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#858eab Color CSS Codes

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

#858eab Text Font Color

<p style="color:#858eab">Text here</p>

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


#858eab Background Color

<div style="background-color:#858eab">
Div content here</div>

This div background color is #858eab


#858eab Border Color

<div style="border:3px solid #858eab">
Div here</div>

This div border color is #858eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858eab


Comments

No comments written yet.

Please login to write comment.