Color Hex Logo

#84edec Color Hex

#84EDEC
(132,237,236)
0 Favorites   0 Comments

Color spaces of #84edec

RGB 132237236
HSL0.500.740.72
HSV179°44°93°
CMYK 0.440.000.00   0.07
XYZ54.940271.530090.2679
Yxy71.53000.25350.3300
Hunter Lab84.5754-32.0533-4.0778
CIE-Lab87.7419-30.6578-9.0178

#84edec color RGB value is (132,237,236).

#84edec hex color red value is 132, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #84edec hue: 0.50 , saturation: 0.74 and the lightness value of 84edec is 0.72.

The process color (four color CMYK) of #84edec color hex is 0.44, 0.00, 0.00, 0.07. Web safe color of #84edec is #99ffff. Color #84edec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101101 11101100
Octal 204 355 354
Decimal 132 237 236
Hex 84 ED EC

RGB Percentages of Color #84edec

%21.82
%39.17
%39.01

CMYK Percentages of Color #84edec

%44
%0
%0
%7

Triadic Colors of #84edec

#84edec #ec84ed #edec84

Analogous Colors of #84edec

#84edec #84baed #84edb8

Monochromatic Colors of #84edec

#84edec

Complementary Color

#84edec #ed8485

#84edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#84edec Color CSS Codes

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

#84edec Text Font Color

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

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


#84edec Background Color

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

This div background color is #84edec


#84edec Border Color

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

This div border color is #84edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84edec


Comments

No comments written yet.

Please login to write comment.