Color Hex Logo

#84ddd9 Color Hex

#84DDD9
(132,221,217)
0 Favorites   0 Comments

Color spaces of #84ddd9

RGB 132221217
HSL0.490.570.69
HSV177°40°87°
CMYK 0.400.000.02   0.13
XYZ47.896661.628275.0167
Yxy61.62820.25950.3340
Hunter Lab78.5036-28.4750-1.7039
CIE-Lab82.7153-27.6109-6.4440

#84ddd9 color RGB value is (132,221,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011101 11011001
Octal 204 335 331
Decimal 132 221 217
Hex 84 DD D9

RGB Percentages of Color #84ddd9

%23.16
%38.77
%38.07

CMYK Percentages of Color #84ddd9

%40
%0
%2
%13

Triadic Colors of #84ddd9

#84ddd9 #d984dd #ddd984

Analogous Colors of #84ddd9

#84ddd9 #84b5dd #84ddad

Monochromatic Colors of #84ddd9

#84ddd9

Complementary Color

#84ddd9 #dd8488

#84ddd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ddd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ddd9 Color CSS Codes

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

#84ddd9 Text Font Color

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

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


#84ddd9 Background Color

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

This div background color is #84ddd9


#84ddd9 Border Color

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

This div border color is #84ddd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ddd9


Comments

No comments written yet.

Please login to write comment.