Color Hex Logo

#87c0ce Color Hex

#87C0CE
(135,192,206)
0 Favorites   0 Comments

Color spaces of #87c0ce

RGB 135192206
HSL0.530.420.67
HSV192°34°81°
CMYK 0.340.070.00   0.19
XYZ39.981947.306465.4163
Yxy47.30640.26180.3098
Hunter Lab68.7796-16.6016-8.2449
CIE-Lab74.3853-14.9541-12.9242

#87c0ce color RGB value is (135,192,206).

#87c0ce hex color red value is 135, green value is 192 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #87c0ce hue: 0.53 , saturation: 0.42 and the lightness value of 87c0ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11000000 11001110
Octal 207 300 316
Decimal 135 192 206
Hex 87 C0 CE

RGB Percentages of Color #87c0ce

%25.33
%36.02
%38.65

CMYK Percentages of Color #87c0ce

%34
%7
%0
%19

Triadic Colors of #87c0ce

#87c0ce #ce87c0 #c0ce87

Analogous Colors of #87c0ce

#87c0ce #879dce #87ceb9

Monochromatic Colors of #87c0ce

#87c0ce

Complementary Color

#87c0ce #ce9587

#87c0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87c0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#87c0ce Color CSS Codes

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

#87c0ce Text Font Color

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

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


#87c0ce Background Color

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

This div background color is #87c0ce


#87c0ce Border Color

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

This div border color is #87c0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87c0ce


Comments

No comments written yet.

Please login to write comment.