Color Hex Logo

#87aeaa Color Hex

#87AEAA
(135,174,170)
0 Favorites   0 Comments

Color spaces of #87aeaa

RGB 135174170
HSL0.480.190.61
HSV174°22°68°
CMYK 0.220.000.02   0.32
XYZ32.383438.325343.7209
Yxy38.32530.28300.3349
Hunter Lab61.9074-14.96571.4628
CIE-Lab68.2597-13.9692-2.2748

#87aeaa color RGB value is (135,174,170).

#87aeaa hex color red value is 135, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #87aeaa hue: 0.48 , saturation: 0.19 and the lightness value of 87aeaa is 0.61.

The process color (four color CMYK) of #87aeaa color hex is 0.22, 0.00, 0.02, 0.32. Web safe color of #87aeaa is #999999. Color #87aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101110 10101010
Octal 207 256 252
Decimal 135 174 170
Hex 87 AE AA

RGB Percentages of Color #87aeaa

%28.18
%36.33
%35.49

CMYK Percentages of Color #87aeaa

%22
%0
%2
%32

Triadic Colors of #87aeaa

#87aeaa #aa87ae #aeaa87

Analogous Colors of #87aeaa

#87aeaa #879fae #87ae97

Monochromatic Colors of #87aeaa

#87aeaa

Complementary Color

#87aeaa #ae878b

#87aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aeaa Color CSS Codes

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

#87aeaa Text Font Color

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

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


#87aeaa Background Color

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

This div background color is #87aeaa


#87aeaa Border Color

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

This div border color is #87aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aeaa


Comments

No comments written yet.

Please login to write comment.