Color Hex Logo

#87cbbe Color Hex

#87CBBE
(135,203,190)
0 Favorites   0 Comments

Color spaces of #87cbbe

RGB 135203190
HSL0.470.400.66
HSV169°33°80°
CMYK 0.330.000.06   0.20
XYZ40.641951.580556.5292
Yxy51.58050.27320.3468
Hunter Lab71.8196-24.67313.6065
CIE-Lab77.0293-24.3004-0.3484

#87cbbe color RGB value is (135,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001011 10111110
Octal 207 313 276
Decimal 135 203 190
Hex 87 CB BE

RGB Percentages of Color #87cbbe

%25.57
%38.45
%35.98

CMYK Percentages of Color #87cbbe

%33
%0
%6
%20

Triadic Colors of #87cbbe

#87cbbe #be87cb #cbbe87

Analogous Colors of #87cbbe

#87cbbe #87b6cb #87cb9c

Monochromatic Colors of #87cbbe

#87cbbe

Complementary Color

#87cbbe #cb8794

#87cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cbbe Color CSS Codes

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

#87cbbe Text Font Color

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

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


#87cbbe Background Color

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

This div background color is #87cbbe


#87cbbe Border Color

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

This div border color is #87cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cbbe


Comments

No comments written yet.

Please login to write comment.