Color Hex Logo

#84dddc Color Hex

#84DDDC
(132,221,220)
0 Favorites   0 Comments

Color spaces of #84dddc

RGB 132221220
HSL0.500.570.69
HSV179°40°87°
CMYK 0.400.000.00   0.13
XYZ48.290461.785777.0908
Yxy61.78570.25800.3301
Hunter Lab78.6039-27.8951-3.1260
CIE-Lab82.7993-26.8856-7.9123

#84dddc color RGB value is (132,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011101 11011100
Octal 204 335 334
Decimal 132 221 220
Hex 84 DD DC

RGB Percentages of Color #84dddc

%23.04
%38.57
%38.39

CMYK Percentages of Color #84dddc

%40
%0
%0
%13

Triadic Colors of #84dddc

#84dddc #dc84dd #dddc84

Analogous Colors of #84dddc

#84dddc #84b2dd #84ddb0

Monochromatic Colors of #84dddc

#84dddc

Complementary Color

#84dddc #dd8485

#84dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dddc Color CSS Codes

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

#84dddc Text Font Color

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

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


#84dddc Background Color

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

This div background color is #84dddc


#84dddc Border Color

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

This div border color is #84dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dddc


Comments

No comments written yet.

Please login to write comment.