Color Hex Logo

#84daac Color Hex

#84DAAC
(132,218,172)
0 Favorites   0 Comments

Color spaces of #84daac

RGB 132218172
HSL0.410.540.69
HSV148°39°85°
CMYK 0.390.000.21   0.15
XYZ42.033558.026948.0146
Yxy58.02690.28390.3919
Hunter Lab76.1754-34.810815.9513
CIE-Lab80.7537-36.102814.5865

#84daac color RGB value is (132,218,172).

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

The process color (four color CMYK) of #84daac color hex is 0.39, 0.00, 0.21, 0.15. Web safe color of #84daac is #99cc99. Color #84daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 10101100
Octal 204 332 254
Decimal 132 218 172
Hex 84 DA AC

RGB Percentages of Color #84daac

%25.29
%41.76
%32.95

CMYK Percentages of Color #84daac

%39
%0
%21
%15

Triadic Colors of #84daac

#84daac #ac84da #daac84

Analogous Colors of #84daac

#84daac #84dad7 #87da84

Monochromatic Colors of #84daac

#84daac

Complementary Color

#84daac #da84b2

#84daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84daac Color CSS Codes

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

#84daac Text Font Color

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

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


#84daac Background Color

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

This div background color is #84daac


#84daac Border Color

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

This div border color is #84daac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,218,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #84daac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84daac


Comments

No comments written yet.

Please login to write comment.