Color Hex Logo

#84adde Color Hex

#84ADDE
(132,173,222)
0 Favorites   0 Comments

Color spaces of #84adde

RGB 132173222
HSL0.590.580.69
HSV213°41°87°
CMYK 0.410.220.00   0.13
XYZ37.644140.066674.8568
Yxy40.06660.24670.2626
Hunter Lab63.2982-4.6160-25.8080
CIE-Lab69.5169-1.4186-29.0742

#84adde color RGB value is (132,173,222).

#84adde hex color red value is 132, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #84adde hue: 0.59 , saturation: 0.58 and the lightness value of 84adde is 0.69.

The process color (four color CMYK) of #84adde color hex is 0.41, 0.22, 0.00, 0.13. Web safe color of #84adde is #9999cc. Color #84adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101101 11011110
Octal 204 255 336
Decimal 132 173 222
Hex 84 AD DE

RGB Percentages of Color #84adde

%25.05
%32.83
%42.13

CMYK Percentages of Color #84adde

%41
%22
%0
%13

Triadic Colors of #84adde

#84adde #de84ad #adde84

Analogous Colors of #84adde

#84adde #8884de #84dade

Monochromatic Colors of #84adde

#84adde

Complementary Color

#84adde #deb584

#84adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#84adde Color CSS Codes

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

#84adde Text Font Color

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

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


#84adde Background Color

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

This div background color is #84adde


#84adde Border Color

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

This div border color is #84adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84adde


Comments

No comments written yet.

Please login to write comment.