Color Hex Logo

#87cbca Color Hex

#87CBCA
(135,203,202)
0 Favorites   0 Comments

Color spaces of #87cbca

RGB 135203202
HSL0.500.400.66
HSV179°33°80°
CMYK 0.330.000.00   0.20
XYZ42.008352.127063.7246
Yxy52.12700.26610.3302
Hunter Lab72.1990-22.4898-1.7915
CIE-Lab77.3567-21.5365-6.3336

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001011 11001010
Octal 207 313 312
Decimal 135 203 202
Hex 87 CB CA

RGB Percentages of Color #87cbca

%25.00
%37.59
%37.41

CMYK Percentages of Color #87cbca

%33
%0
%0
%20

Triadic Colors of #87cbca

#87cbca #ca87cb #cbca87

Analogous Colors of #87cbca

#87cbca #87aacb #87cba8

Monochromatic Colors of #87cbca

#87cbca

Complementary Color

#87cbca #cb8788

#87cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cbca Color CSS Codes

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

#87cbca Text Font Color

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

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


#87cbca Background Color

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

This div background color is #87cbca


#87cbca Border Color

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

This div border color is #87cbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,203,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cbca


Comments

No comments written yet.

Please login to write comment.