Color Hex Logo

#84eaaa Color Hex

#84EAAA
(132,234,170)
0 Favorites   0 Comments

Color spaces of #84eaaa

RGB 132234170
HSL0.400.710.72
HSV142°44°92°
CMYK 0.440.000.27   0.08
XYZ46.194266.653548.4609
Yxy66.65350.28640.4132
Hunter Lab81.6416-41.874521.9557
CIE-Lab85.3287-43.646422.0041

#84eaaa color RGB value is (132,234,170).

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

The process color (four color CMYK) of #84eaaa color hex is 0.44, 0.00, 0.27, 0.08. Web safe color of #84eaaa is #99ff99. Color #84eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101010 10101010
Octal 204 352 252
Decimal 132 234 170
Hex 84 EA AA

RGB Percentages of Color #84eaaa

%24.63
%43.66
%31.72

CMYK Percentages of Color #84eaaa

%44
%0
%27
%8

Triadic Colors of #84eaaa

#84eaaa #aa84ea #eaaa84

Analogous Colors of #84eaaa

#84eaaa #84eadd #91ea84

Monochromatic Colors of #84eaaa

#84eaaa

Complementary Color

#84eaaa #ea84c4

#84eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eaaa Color CSS Codes

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

#84eaaa Text Font Color

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

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


#84eaaa Background Color

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

This div background color is #84eaaa


#84eaaa Border Color

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

This div border color is #84eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eaaa


Comments

No comments written yet.

Please login to write comment.