Color Hex Logo

#87cbcb Color Hex

#87CBCB
(135,203,203)
0 Favorites   0 Comments

Color spaces of #87cbcb

RGB 135203203
HSL0.500.400.66
HSV180°33°80°
CMYK 0.330.000.00   0.20
XYZ42.127152.174664.3503
Yxy52.17460.26550.3289
Hunter Lab72.2320-22.3013-2.2581
CIE-Lab77.3851-21.3003-6.8304

#87cbcb color RGB value is (135,203,203).

#87cbcb hex color red value is 135, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #87cbcb hue: 0.50 , saturation: 0.40 and the lightness value of 87cbcb is 0.66.

The process color (four color CMYK) of #87cbcb color hex is 0.33, 0.00, 0.00, 0.20. Web safe color of #87cbcb is #99cccc. Color #87cbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001011 11001011
Octal 207 313 313
Decimal 135 203 203
Hex 87 CB CB

RGB Percentages of Color #87cbcb

%24.95
%37.52
%37.52

CMYK Percentages of Color #87cbcb

%33
%0
%0
%20

Triadic Colors of #87cbcb

#87cbcb #cb87cb #cbcb87

Analogous Colors of #87cbcb

#87cbcb #87a9cb #87cba9

Monochromatic Colors of #87cbcb

#87cbcb

Complementary Color

#87cbcb #cb8787

#87cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cbcb Color CSS Codes

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

#87cbcb Text Font Color

<p style="color:#87cbcb">Text here</p>

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


#87cbcb Background Color

<div style="background-color:#87cbcb">
Div content here</div>

This div background color is #87cbcb


#87cbcb Border Color

<div style="border:3px solid #87cbcb">
Div here</div>

This div border color is #87cbcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,203,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87cbcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87cbcb;
  -webkit-box-shadow: 1px 1px 3px 2px #87cbcb;
  box-shadow:         1px 1px 3px 2px #87cbcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,203,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 #87cbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cbcb


Comments

No comments written yet.

Please login to write comment.