Color Hex Logo

#87faaa Color Hex

#87FAAA
(135,250,170)
0 Favorites   0 Comments

Color spaces of #87faaa

RGB 135250170
HSL0.380.920.75
HSV138°46°98°
CMYK 0.460.000.32   0.02
XYZ51.433076.424450.0708
Yxy76.42440.28910.4295
Hunter Lab87.4211-47.968827.2361
CIE-Lab90.0560-49.691028.4822

#87faaa color RGB value is (135,250,170).

#87faaa hex color red value is 135, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #87faaa hue: 0.38 , saturation: 0.92 and the lightness value of 87faaa is 0.75.

The process color (four color CMYK) of #87faaa color hex is 0.46, 0.00, 0.32, 0.02. Web safe color of #87faaa is #99ff99. Color #87faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111010 10101010
Octal 207 372 252
Decimal 135 250 170
Hex 87 FA AA

RGB Percentages of Color #87faaa

%24.32
%45.05
%30.63

CMYK Percentages of Color #87faaa

%46
%0
%32
%2

Triadic Colors of #87faaa

#87faaa #aa87fa #faaa87

Analogous Colors of #87faaa

#87faaa #87fae4 #9efa87

Monochromatic Colors of #87faaa

#87faaa

Complementary Color

#87faaa #fa87d7

#87faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87faaa Color CSS Codes

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

#87faaa Text Font Color

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

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


#87faaa Background Color

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

This div background color is #87faaa


#87faaa Border Color

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

This div border color is #87faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87faaa

Related Colors


Comments

No comments written yet.

Please login to write comment.