Color Hex Logo

#87cdaf Color Hex

#87CDAF
(135,205,175)
0 Favorites   0 Comments

Color spaces of #87cdaf

RGB 135205175
HSL0.430.410.67
HSV154°34°80°
CMYK 0.340.000.15   0.20
XYZ39.560951.908748.4917
Yxy51.90870.28270.3709
Hunter Lab72.0477-28.070310.5282
CIE-Lab77.2262-28.51888.0020

#87cdaf color RGB value is (135,205,175).

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

The process color (four color CMYK) of #87cdaf color hex is 0.34, 0.00, 0.15, 0.20. Web safe color of #87cdaf is #99cc99. Color #87cdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001101 10101111
Octal 207 315 257
Decimal 135 205 175
Hex 87 CD AF

RGB Percentages of Color #87cdaf

%26.21
%39.81
%33.98

CMYK Percentages of Color #87cdaf

%34
%0
%15
%20

Triadic Colors of #87cdaf

#87cdaf #af87cd #cdaf87

Analogous Colors of #87cdaf

#87cdaf #87c8cd #87cd8c

Monochromatic Colors of #87cdaf

#87cdaf

Complementary Color

#87cdaf #cd87a5

#87cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cdaf Color CSS Codes

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

#87cdaf Text Font Color

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

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


#87cdaf Background Color

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

This div background color is #87cdaf


#87cdaf Border Color

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

This div border color is #87cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cdaf


Comments

No comments written yet.

Please login to write comment.