Color Hex Logo

#8ebbcb Color Hex

#8EBBCB
(142,187,203)
0 Favorites   0 Comments

Color spaces of #8ebbcb

RGB 142187203
HSL0.540.370.68
HSV196°30°80°
CMYK 0.300.080.00   0.20
XYZ39.705145.603263.2095
Yxy45.60320.26730.3071
Hunter Lab67.5301-13.2267-8.2255
CIE-Lab73.2873-11.0878-12.8979

#8ebbcb color RGB value is (142,187,203).

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

The process color (four color CMYK) of #8ebbcb color hex is 0.30, 0.08, 0.00, 0.20. Web safe color of #8ebbcb is #99cccc. Color #8ebbcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11001011
Octal 216 273 313
Decimal 142 187 203
Hex 8E BB CB

RGB Percentages of Color #8ebbcb

%26.69
%35.15
%38.16

CMYK Percentages of Color #8ebbcb

%30
%8
%0
%20

Triadic Colors of #8ebbcb

#8ebbcb #cb8ebb #bbcb8e

Analogous Colors of #8ebbcb

#8ebbcb #8e9dcb #8ecbbd

Monochromatic Colors of #8ebbcb

#8ebbcb

Complementary Color

#8ebbcb #cb9e8e

#8ebbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbcb Color CSS Codes

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

#8ebbcb Text Font Color

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

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


#8ebbcb Background Color

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

This div background color is #8ebbcb


#8ebbcb Border Color

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

This div border color is #8ebbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbcb


Comments

No comments written yet.

Please login to write comment.