Color Hex Logo

#87d1cf Color Hex

#87D1CF
(135,209,207)
0 Favorites   0 Comments

Color spaces of #87d1cf

RGB 135209207
HSL0.500.450.67
HSV178°35°82°
CMYK 0.350.000.01   0.18
XYZ44.054655.256867.3752
Yxy55.25680.26430.3315
Hunter Lab74.3349-24.2981-1.7044
CIE-Lab79.1890-23.3477-6.3100

#87d1cf color RGB value is (135,209,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11010001 11001111
Octal 207 321 317
Decimal 135 209 207
Hex 87 D1 CF

RGB Percentages of Color #87d1cf

%24.50
%37.93
%37.57

CMYK Percentages of Color #87d1cf

%35
%0
%1
%18

Triadic Colors of #87d1cf

#87d1cf #cf87d1 #d1cf87

Analogous Colors of #87d1cf

#87d1cf #87aed1 #87d1aa

Monochromatic Colors of #87d1cf

#87d1cf

Complementary Color

#87d1cf #d18789

#87d1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87d1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87d1cf Color CSS Codes

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

#87d1cf Text Font Color

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

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


#87d1cf Background Color

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

This div background color is #87d1cf


#87d1cf Border Color

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

This div border color is #87d1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87d1cf


Comments

No comments written yet.

Please login to write comment.