Color Hex Logo

#84ddad Color Hex

#84DDAD
(132,221,173)
0 Favorites   0 Comments

Color spaces of #84ddad

RGB 132221173
HSL0.410.570.69
HSV148°40°87°
CMYK 0.400.000.22   0.13
XYZ42.915059.635648.7841
Yxy59.63560.28360.3941
Hunter Lab77.2241-35.946116.6021
CIE-Lab81.6397-37.277115.3051

#84ddad color RGB value is (132,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011101 10101101
Octal 204 335 255
Decimal 132 221 173
Hex 84 DD AD

RGB Percentages of Color #84ddad

%25.10
%42.02
%32.89

CMYK Percentages of Color #84ddad

%40
%0
%22
%13

Triadic Colors of #84ddad

#84ddad #ad84dd #ddad84

Analogous Colors of #84ddad

#84ddad #84ddda #88dd84

Monochromatic Colors of #84ddad

#84ddad

Complementary Color

#84ddad #dd84b4

#84ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ddad Color CSS Codes

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

#84ddad Text Font Color

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

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


#84ddad Background Color

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

This div background color is #84ddad


#84ddad Border Color

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

This div border color is #84ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ddad


Comments

No comments written yet.

Please login to write comment.