Color Hex Logo

#87dbae Color Hex

#87DBAE
(135,219,174)
0 Favorites   0 Comments

Color spaces of #87dbae

RGB 135219174
HSL0.410.540.69
HSV148°38°86°
CMYK 0.380.000.21   0.14
XYZ42.963258.869949.1430
Yxy58.86990.28460.3899
Hunter Lab76.7267-34.320515.7338
CIE-Lab81.2200-35.324514.2071

#87dbae color RGB value is (135,219,174).

#87dbae hex color red value is 135, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #87dbae hue: 0.41 , saturation: 0.54 and the lightness value of 87dbae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011011 10101110
Octal 207 333 256
Decimal 135 219 174
Hex 87 DB AE

RGB Percentages of Color #87dbae

%25.57
%41.48
%32.95

CMYK Percentages of Color #87dbae

%38
%0
%21
%14

Triadic Colors of #87dbae

#87dbae #ae87db #dbae87

Analogous Colors of #87dbae

#87dbae #87dbd8 #8adb87

Monochromatic Colors of #87dbae

#87dbae

Complementary Color

#87dbae #db87b4

#87dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dbae Color CSS Codes

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

#87dbae Text Font Color

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

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


#87dbae Background Color

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

This div background color is #87dbae


#87dbae Border Color

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

This div border color is #87dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dbae


Comments

No comments written yet.

Please login to write comment.