Color Hex Logo

#87cfcc Color Hex

#87CFCC
(135,207,204)
0 Favorites   0 Comments

Color spaces of #87cfcc

RGB 135207204
HSL0.490.430.67
HSV178°35°81°
CMYK 0.350.000.01   0.19
XYZ43.203654.136265.2990
Yxy54.13620.26560.3329
Hunter Lab73.5773-23.9475-1.1151
CIE-Lab78.5411-23.0630-5.6582

#87cfcc color RGB value is (135,207,204).

#87cfcc hex color red value is 135, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #87cfcc hue: 0.49 , saturation: 0.43 and the lightness value of 87cfcc is 0.67.

The process color (four color CMYK) of #87cfcc color hex is 0.35, 0.00, 0.01, 0.19. Web safe color of #87cfcc is #99cccc. Color #87cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001111 11001100
Octal 207 317 314
Decimal 135 207 204
Hex 87 CF CC

RGB Percentages of Color #87cfcc

%24.73
%37.91
%37.36

CMYK Percentages of Color #87cfcc

%35
%0
%1
%19

Triadic Colors of #87cfcc

#87cfcc #cc87cf #cfcc87

Analogous Colors of #87cfcc

#87cfcc #87aecf #87cfa8

Monochromatic Colors of #87cfcc

#87cfcc

Complementary Color

#87cfcc #cf878a

#87cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cfcc Color CSS Codes

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

#87cfcc Text Font Color

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

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


#87cfcc Background Color

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

This div background color is #87cfcc


#87cfcc Border Color

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

This div border color is #87cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cfcc


Comments

No comments written yet.

Please login to write comment.