Color Hex Logo

#87abcc Color Hex

#87ABCC
(135,171,204)
0 Favorites   0 Comments

Color spaces of #87abcc

RGB 135171204
HSL0.580.400.66
HSV209°34°80°
CMYK 0.340.160.00   0.20
XYZ35.453738.636462.7157
Yxy38.63640.25920.2824
Hunter Lab62.1582-6.9642-16.3111
CIE-Lab68.4871-4.2442-20.7386

#87abcc color RGB value is (135,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101011 11001100
Octal 207 253 314
Decimal 135 171 204
Hex 87 AB CC

RGB Percentages of Color #87abcc

%26.47
%33.53
%40.00

CMYK Percentages of Color #87abcc

%34
%16
%0
%20

Triadic Colors of #87abcc

#87abcc #cc87ab #abcc87

Analogous Colors of #87abcc

#87abcc #8789cc #87cccb

Monochromatic Colors of #87abcc

#87abcc

Complementary Color

#87abcc #cca887

#87abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87abcc Color CSS Codes

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

#87abcc Text Font Color

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

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


#87abcc Background Color

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

This div background color is #87abcc


#87abcc Border Color

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

This div border color is #87abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87abcc


Comments

No comments written yet.

Please login to write comment.