Color Hex Logo

#84adda Color Hex

#84ADDA
(132,173,218)
0 Favorites   0 Comments

Color spaces of #84adda

RGB 132173218
HSL0.590.540.69
HSV211°39°85°
CMYK 0.390.210.00   0.15
XYZ37.114239.854672.0663
Yxy39.85460.24900.2674
Hunter Lab63.1305-5.5388-23.4908
CIE-Lab69.3658-2.4984-27.1135

#84adda color RGB value is (132,173,218).

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

The process color (four color CMYK) of #84adda color hex is 0.39, 0.21, 0.00, 0.15. Web safe color of #84adda is #9999cc. Color #84adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101101 11011010
Octal 204 255 332
Decimal 132 173 218
Hex 84 AD DA

RGB Percentages of Color #84adda

%25.24
%33.08
%41.68

CMYK Percentages of Color #84adda

%39
%21
%0
%15

Triadic Colors of #84adda

#84adda #da84ad #adda84

Analogous Colors of #84adda

#84adda #8684da #84d8da

Monochromatic Colors of #84adda

#84adda

Complementary Color

#84adda #dab184

#84adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#84adda Color CSS Codes

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

#84adda Text Font Color

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

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


#84adda Background Color

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

This div background color is #84adda


#84adda Border Color

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

This div border color is #84adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84adda


Comments

No comments written yet.

Please login to write comment.