Color Hex Logo

#87deaf Color Hex

#87DEAF
(135,222,175)
1 Favorites   0 Comments

Color spaces of #87deaf

RGB 135222175
HSL0.410.570.70
HSV148°39°87°
CMYK 0.390.000.21   0.13
XYZ43.850860.488649.9217
Yxy60.48860.28430.3921
Hunter Lab77.7744-35.463316.3851
CIE-Lab82.1030-36.506114.9235

#87deaf color RGB value is (135,222,175).

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

The process color (four color CMYK) of #87deaf color hex is 0.39, 0.00, 0.21, 0.13. Web safe color of #87deaf is #99cc99. Color #87deaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011110 10101111
Octal 207 336 257
Decimal 135 222 175
Hex 87 DE AF

RGB Percentages of Color #87deaf

%25.38
%41.73
%32.89

CMYK Percentages of Color #87deaf

%39
%0
%21
%13

Triadic Colors of #87deaf

#87deaf #af87de #deaf87

Analogous Colors of #87deaf

#87deaf #87dedb #8bde87

Monochromatic Colors of #87deaf

#87deaf

Complementary Color

#87deaf #de87b6

#87deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87deaf Color CSS Codes

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

#87deaf Text Font Color

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

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


#87deaf Background Color

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

This div background color is #87deaf


#87deaf Border Color

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

This div border color is #87deaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87deaf


Comments

No comments written yet.

Please login to write comment.