Color Hex Logo

#87afcc Color Hex

#87AFCC
(135,175,204)
0 Favorites   0 Comments

Color spaces of #87afcc

RGB 135175204
HSL0.570.400.66
HSV205°34°80°
CMYK 0.340.140.00   0.20
XYZ36.220740.170562.9714
Yxy40.17050.25990.2882
Hunter Lab63.3802-8.9057-14.5414
CIE-Lab69.5908-6.4246-19.0614

#87afcc color RGB value is (135,175,204).

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

The process color (four color CMYK) of #87afcc color hex is 0.34, 0.14, 0.00, 0.20. Web safe color of #87afcc is #9999cc. Color #87afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 11001100
Octal 207 257 314
Decimal 135 175 204
Hex 87 AF CC

RGB Percentages of Color #87afcc

%26.26
%34.05
%39.69

CMYK Percentages of Color #87afcc

%34
%14
%0
%20

Triadic Colors of #87afcc

#87afcc #cc87af #afcc87

Analogous Colors of #87afcc

#87afcc #878dcc #87ccc7

Monochromatic Colors of #87afcc

#87afcc

Complementary Color

#87afcc #cca487

#87afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afcc Color CSS Codes

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

#87afcc Text Font Color

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

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


#87afcc Background Color

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

This div background color is #87afcc


#87afcc Border Color

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

This div border color is #87afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afcc


Comments

No comments written yet.

Please login to write comment.