Color Hex Logo

#84daae Color Hex

#84DAAE
(132,218,174)
0 Favorites   0 Comments

Color spaces of #84daae

RGB 132218174
HSL0.410.540.69
HSV149°39°85°
CMYK 0.390.000.20   0.15
XYZ42.227158.104349.0341
Yxy58.10430.28270.3890
Hunter Lab76.2262-34.512015.2188
CIE-Lab80.7967-35.704113.5907

#84daae color RGB value is (132,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 10101110
Octal 204 332 256
Decimal 132 218 174
Hex 84 DA AE

RGB Percentages of Color #84daae

%25.19
%41.60
%33.21

CMYK Percentages of Color #84daae

%39
%0
%20
%15

Triadic Colors of #84daae

#84daae #ae84da #daae84

Analogous Colors of #84daae

#84daae #84dad9 #85da84

Monochromatic Colors of #84daae

#84daae

Complementary Color

#84daae #da84b0

#84daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#84daae Color CSS Codes

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

#84daae Text Font Color

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

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


#84daae Background Color

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

This div background color is #84daae


#84daae Border Color

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

This div border color is #84daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84daae


Comments

No comments written yet.

Please login to write comment.