Color Hex Logo

#84deed Color Hex

#84DEED
(132,222,237)
0 Favorites   0 Comments

Color spaces of #84deed

RGB 132222237
HSL0.520.740.72
HSV189°44°93°
CMYK 0.440.060.00   0.07
XYZ50.923163.262589.6477
Yxy63.26250.24980.3104
Hunter Lab79.5377-24.9085-11.1499
CIE-Lab83.5803-23.1293-15.7617

#84deed color RGB value is (132,222,237).

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

The process color (four color CMYK) of #84deed color hex is 0.44, 0.06, 0.00, 0.07. Web safe color of #84deed is #99ccff. Color #84deed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011110 11101101
Octal 204 336 355
Decimal 132 222 237
Hex 84 DE ED

RGB Percentages of Color #84deed

%22.34
%37.56
%40.10

CMYK Percentages of Color #84deed

%44
%6
%0
%7

Triadic Colors of #84deed

#84deed #ed84de #deed84

Analogous Colors of #84deed

#84deed #84aaed #84edc8

Monochromatic Colors of #84deed

#84deed

Complementary Color

#84deed #ed9384

#84deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#84deed Color CSS Codes

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

#84deed Text Font Color

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

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


#84deed Background Color

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

This div background color is #84deed


#84deed Border Color

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

This div border color is #84deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84deed


Comments

No comments written yet.

Please login to write comment.