Color Hex Logo

#84dbaa Color Hex

#84DBAA
(132,219,170)
0 Favorites   0 Comments

Color spaces of #84dbaa

RGB 132219170
HSL0.410.550.69
HSV146°40°86°
CMYK 0.400.000.22   0.14
XYZ42.102958.470847.0972
Yxy58.47080.28510.3960
Hunter Lab76.4662-35.532317.0083
CIE-Lab80.9998-36.954015.9866

#84dbaa color RGB value is (132,219,170).

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

The process color (four color CMYK) of #84dbaa color hex is 0.40, 0.00, 0.22, 0.14. Web safe color of #84dbaa is #99cc99. Color #84dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 10101010
Octal 204 333 252
Decimal 132 219 170
Hex 84 DB AA

RGB Percentages of Color #84dbaa

%25.34
%42.03
%32.63

CMYK Percentages of Color #84dbaa

%40
%0
%22
%14

Triadic Colors of #84dbaa

#84dbaa #aa84db #dbaa84

Analogous Colors of #84dbaa

#84dbaa #84dbd6 #8adb84

Monochromatic Colors of #84dbaa

#84dbaa

Complementary Color

#84dbaa #db84b5

#84dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbaa Color CSS Codes

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

#84dbaa Text Font Color

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

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


#84dbaa Background Color

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

This div background color is #84dbaa


#84dbaa Border Color

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

This div border color is #84dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbaa


Comments

No comments written yet.

Please login to write comment.