Color Hex Logo

#84eedc Color Hex

#84EEDC
(132,238,220)
0 Favorites   0 Comments

Color spaces of #84eedc

RGB 132238220
HSL0.470.760.73
HSV170°45°93°
CMYK 0.450.000.08   0.07
XYZ53.008571.221978.6635
Yxy71.22190.26130.3510
Hunter Lab84.3931-35.56953.8104
CIE-Lab87.5927-34.9547-0.8519

#84eedc color RGB value is (132,238,220).

#84eedc hex color red value is 132, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #84eedc hue: 0.47 , saturation: 0.76 and the lightness value of 84eedc is 0.73.

The process color (four color CMYK) of #84eedc color hex is 0.45, 0.00, 0.08, 0.07. Web safe color of #84eedc is #99ffcc. Color #84eedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101110 11011100
Octal 204 356 334
Decimal 132 238 220
Hex 84 EE DC

RGB Percentages of Color #84eedc

%22.37
%40.34
%37.29

CMYK Percentages of Color #84eedc

%45
%0
%8
%7

Triadic Colors of #84eedc

#84eedc #dc84ee #eedc84

Analogous Colors of #84eedc

#84eedc #84cbee #84eea7

Monochromatic Colors of #84eedc

#84eedc

Complementary Color

#84eedc #ee8496

#84eedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eedc Color CSS Codes

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

#84eedc Text Font Color

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

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


#84eedc Background Color

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

This div background color is #84eedc


#84eedc Border Color

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

This div border color is #84eedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eedc


Comments

No comments written yet.

Please login to write comment.