Color Hex Logo

#84dcae Color Hex

#84DCAE
(132,220,174)
0 Favorites   0 Comments

Color spaces of #84dcae

RGB 132220174
HSL0.410.560.69
HSV149°40°86°
CMYK 0.400.000.21   0.14
XYZ42.748959.147949.2080
Yxy59.14790.28290.3914
Hunter Lab76.9077-35.369715.8997
CIE-Lab81.3728-36.622214.4030

#84dcae color RGB value is (132,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011100 10101110
Octal 204 334 256
Decimal 132 220 174
Hex 84 DC AE

RGB Percentages of Color #84dcae

%25.10
%41.83
%33.08

CMYK Percentages of Color #84dcae

%40
%0
%21
%14

Triadic Colors of #84dcae

#84dcae #ae84dc #dcae84

Analogous Colors of #84dcae

#84dcae #84dcda #86dc84

Monochromatic Colors of #84dcae

#84dcae

Complementary Color

#84dcae #dc84b2

#84dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dcae Color CSS Codes

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

#84dcae Text Font Color

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

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


#84dcae Background Color

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

This div background color is #84dcae


#84dcae Border Color

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

This div border color is #84dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dcae


Comments

No comments written yet.

Please login to write comment.