Color Hex Logo

#87dccf Color Hex

#87DCCF
(135,220,207)
0 Favorites   0 Comments

Color spaces of #87dccf

RGB 135220207
HSL0.470.550.70
HSV171°39°86°
CMYK 0.390.000.06   0.14
XYZ46.847460.842368.3061
Yxy60.84230.26620.3457
Hunter Lab78.0015-29.29612.6806
CIE-Lab82.2939-28.7212-1.7380

#87dccf color RGB value is (135,220,207).

#87dccf hex color red value is 135, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #87dccf hue: 0.47 , saturation: 0.55 and the lightness value of 87dccf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011100 11001111
Octal 207 334 317
Decimal 135 220 207
Hex 87 DC CF

RGB Percentages of Color #87dccf

%24.02
%39.15
%36.83

CMYK Percentages of Color #87dccf

%39
%0
%6
%14

Triadic Colors of #87dccf

#87dccf #cf87dc #dccf87

Analogous Colors of #87dccf

#87dccf #87bfdc #87dca5

Monochromatic Colors of #87dccf

#87dccf

Complementary Color

#87dccf #dc8794

#87dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dccf Color CSS Codes

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

#87dccf Text Font Color

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

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


#87dccf Background Color

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

This div background color is #87dccf


#87dccf Border Color

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

This div border color is #87dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dccf


Comments

No comments written yet.

Please login to write comment.