Color Hex Logo

#84cdaa Color Hex

#84CDAA
(132,205,170)
0 Favorites   0 Comments

Color spaces of #84cdaa

RGB 132205170
HSL0.420.420.66
HSV151°36°80°
CMYK 0.360.000.17   0.20
XYZ38.602751.470545.9304
Yxy51.47050.28380.3784
Hunter Lab71.7429-29.504712.2621
CIE-Lab76.9631-30.423610.2863

#84cdaa color RGB value is (132,205,170).

#84cdaa hex color red value is 132, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #84cdaa hue: 0.42 , saturation: 0.42 and the lightness value of 84cdaa is 0.66.

The process color (four color CMYK) of #84cdaa color hex is 0.36, 0.00, 0.17, 0.20. Web safe color of #84cdaa is #99cc99. Color #84cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001101 10101010
Octal 204 315 252
Decimal 132 205 170
Hex 84 CD AA

RGB Percentages of Color #84cdaa

%26.04
%40.43
%33.53

CMYK Percentages of Color #84cdaa

%36
%0
%17
%20

Triadic Colors of #84cdaa

#84cdaa #aa84cd #cdaa84

Analogous Colors of #84cdaa

#84cdaa #84cccd #84cd86

Monochromatic Colors of #84cdaa

#84cdaa

Complementary Color

#84cdaa #cd84a7

#84cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cdaa Color CSS Codes

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

#84cdaa Text Font Color

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

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


#84cdaa Background Color

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

This div background color is #84cdaa


#84cdaa Border Color

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

This div border color is #84cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cdaa


Comments

No comments written yet.

Please login to write comment.