Color Hex Logo

#84dfdd Color Hex

#84DFDD
(132,223,221)
0 Favorites   0 Comments

Color spaces of #84dfdd

RGB 132223221
HSL0.500.590.70
HSV179°41°87°
CMYK 0.410.000.01   0.13
XYZ48.954562.901377.9676
Yxy62.90130.25790.3314
Hunter Lab79.3103-28.6135-2.7690
CIE-Lab83.3904-27.6128-7.5665

#84dfdd color RGB value is (132,223,221).

#84dfdd hex color red value is 132, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #84dfdd hue: 0.50 , saturation: 0.59 and the lightness value of 84dfdd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011111 11011101
Octal 204 337 335
Decimal 132 223 221
Hex 84 DF DD

RGB Percentages of Color #84dfdd

%22.92
%38.72
%38.37

CMYK Percentages of Color #84dfdd

%41
%0
%1
%13

Triadic Colors of #84dfdd

#84dfdd #dd84df #dfdd84

Analogous Colors of #84dfdd

#84dfdd #84b4df #84dfb0

Monochromatic Colors of #84dfdd

#84dfdd

Complementary Color

#84dfdd #df8486

#84dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dfdd Color CSS Codes

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

#84dfdd Text Font Color

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

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


#84dfdd Background Color

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

This div background color is #84dfdd


#84dfdd Border Color

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

This div border color is #84dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dfdd


Comments

No comments written yet.

Please login to write comment.