Color Hex Logo

#84deaa Color Hex

#84DEAA
(132,222,170)
0 Favorites   0 Comments

Color spaces of #84deaa

RGB 132222170
HSL0.400.580.69
HSV145°41°87°
CMYK 0.410.000.23   0.13
XYZ42.892760.050447.3604
Yxy60.05040.28540.3995
Hunter Lab77.4922-36.809818.0087
CIE-Lab81.8656-38.317017.1980

#84deaa color RGB value is (132,222,170).

#84deaa hex color red value is 132, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #84deaa hue: 0.40 , saturation: 0.58 and the lightness value of 84deaa is 0.69.

The process color (four color CMYK) of #84deaa color hex is 0.41, 0.00, 0.23, 0.13. Web safe color of #84deaa is #99cc99. Color #84deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011110 10101010
Octal 204 336 252
Decimal 132 222 170
Hex 84 DE AA

RGB Percentages of Color #84deaa

%25.19
%42.37
%32.44

CMYK Percentages of Color #84deaa

%41
%0
%23
%13

Triadic Colors of #84deaa

#84deaa #aa84de #deaa84

Analogous Colors of #84deaa

#84deaa #84ded7 #8bde84

Monochromatic Colors of #84deaa

#84deaa

Complementary Color

#84deaa #de84b8

#84deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84deaa Color CSS Codes

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

#84deaa Text Font Color

<p style="color:#84deaa">Text here</p>

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


#84deaa Background Color

<div style="background-color:#84deaa">
Div content here</div>

This div background color is #84deaa


#84deaa Border Color

<div style="border:3px solid #84deaa">
Div here</div>

This div border color is #84deaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,222,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84deaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84deaa;
  -webkit-box-shadow: 1px 1px 3px 2px #84deaa;
  box-shadow:         1px 1px 3px 2px #84deaa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84deaa


Comments

No comments written yet.

Please login to write comment.