Color Hex Logo

#84aade Color Hex

#84AADE
(132,170,222)
0 Favorites   0 Comments

Color spaces of #84aade

RGB 132170222
HSL0.600.580.69
HSV215°41°87°
CMYK 0.410.230.00   0.13
XYZ37.075338.928974.6672
Yxy38.92890.24610.2584
Hunter Lab62.3930-3.1192-27.2786
CIE-Lab68.69970.2450-30.3340

#84aade color RGB value is (132,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101010 11011110
Octal 204 252 336
Decimal 132 170 222
Hex 84 AA DE

RGB Percentages of Color #84aade

%25.19
%32.44
%42.37

CMYK Percentages of Color #84aade

%41
%23
%0
%13

Triadic Colors of #84aade

#84aade #de84aa #aade84

Analogous Colors of #84aade

#84aade #8b84de #84d7de

Monochromatic Colors of #84aade

#84aade

Complementary Color

#84aade #deb884

#84aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aade Color CSS Codes

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

#84aade Text Font Color

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

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


#84aade Background Color

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

This div background color is #84aade


#84aade Border Color

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

This div border color is #84aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aade


Comments

No comments written yet.

Please login to write comment.