Color Hex Logo

#8eb1cb Color Hex

#8EB1CB
(142,177,203)
0 Favorites   0 Comments

Color spaces of #8eb1cb

RGB 142177203
HSL0.570.370.68
HSV206°30°80°
CMYK 0.300.130.00   0.20
XYZ37.657041.506962.5268
Yxy41.50690.26580.2929
Hunter Lab64.4258-8.4117-12.4442
CIE-Lab70.5296-5.7417-17.0497

#8eb1cb color RGB value is (142,177,203).

#8eb1cb hex color red value is 142, green value is 177 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8eb1cb hue: 0.57 , saturation: 0.37 and the lightness value of 8eb1cb is 0.68.

The process color (four color CMYK) of #8eb1cb color hex is 0.30, 0.13, 0.00, 0.20. Web safe color of #8eb1cb is #9999cc. Color #8eb1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110001 11001011
Octal 216 261 313
Decimal 142 177 203
Hex 8E B1 CB

RGB Percentages of Color #8eb1cb

%27.20
%33.91
%38.89

CMYK Percentages of Color #8eb1cb

%30
%13
%0
%20

Triadic Colors of #8eb1cb

#8eb1cb #cb8eb1 #b1cb8e

Analogous Colors of #8eb1cb

#8eb1cb #8e93cb #8ecbc7

Monochromatic Colors of #8eb1cb

#8eb1cb

Complementary Color

#8eb1cb #cba88e

#8eb1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb1cb Color CSS Codes

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

#8eb1cb Text Font Color

<p style="color:#8eb1cb">Text here</p>

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


#8eb1cb Background Color

<div style="background-color:#8eb1cb">
Div content here</div>

This div background color is #8eb1cb


#8eb1cb Border Color

<div style="border:3px solid #8eb1cb">
Div here</div>

This div border color is #8eb1cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,177,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eb1cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eb1cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8eb1cb;
  box-shadow:         1px 1px 3px 2px #8eb1cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,177,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 #8eb1cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb1cb


Comments

No comments written yet.

Please login to write comment.