Color Hex Logo

#87ccbc Color Hex

#87CCBC
(135,204,188)
0 Favorites   0 Comments

Color spaces of #87ccbc

RGB 135204188
HSL0.460.400.66
HSV166°34°80°
CMYK 0.340.000.08   0.20
XYZ40.661651.967555.4646
Yxy51.96750.27460.3509
Hunter Lab72.0885-25.47174.8444
CIE-Lab77.2614-25.23991.0672

#87ccbc color RGB value is (135,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001100 10111100
Octal 207 314 274
Decimal 135 204 188
Hex 87 CC BC

RGB Percentages of Color #87ccbc

%25.62
%38.71
%35.67

CMYK Percentages of Color #87ccbc

%34
%0
%8
%20

Triadic Colors of #87ccbc

#87ccbc #bc87cc #ccbc87

Analogous Colors of #87ccbc

#87ccbc #87bacc #87cc9a

Monochromatic Colors of #87ccbc

#87ccbc

Complementary Color

#87ccbc #cc8797

#87ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87ccbc Color CSS Codes

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

#87ccbc Text Font Color

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

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


#87ccbc Background Color

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

This div background color is #87ccbc


#87ccbc Border Color

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

This div border color is #87ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87ccbc


Comments

No comments written yet.

Please login to write comment.