Color Hex Logo

#87cacc Color Hex

#87CACC
(135,202,204)
0 Favorites   0 Comments

Color spaces of #87cacc

RGB 135202204
HSL0.500.400.66
HSV182°34°80°
CMYK 0.340.010.00   0.20
XYZ42.011351.751664.9016
Yxy51.75160.26480.3262
Hunter Lab71.9386-21.6506-3.1333
CIE-Lab77.1321-20.5592-7.7446

#87cacc color RGB value is (135,202,204).

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

The process color (four color CMYK) of #87cacc color hex is 0.34, 0.01, 0.00, 0.20. Web safe color of #87cacc is #99cccc. Color #87cacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001010 11001100
Octal 207 312 314
Decimal 135 202 204
Hex 87 CA CC

RGB Percentages of Color #87cacc

%24.95
%37.34
%37.71

CMYK Percentages of Color #87cacc

%34
%1
%0
%20

Triadic Colors of #87cacc

#87cacc #cc87ca #cacc87

Analogous Colors of #87cacc

#87cacc #87a8cc #87ccac

Monochromatic Colors of #87cacc

#87cacc

Complementary Color

#87cacc #cc8987

#87cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cacc Color CSS Codes

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

#87cacc Text Font Color

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

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


#87cacc Background Color

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

This div background color is #87cacc


#87cacc Border Color

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

This div border color is #87cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cacc


Comments

No comments written yet.

Please login to write comment.