Color Hex Logo

#84addc Color Hex

#84ADDC
(132,173,220)
0 Favorites   0 Comments

Color spaces of #84addc

RGB 132173220
HSL0.590.560.69
HSV212°40°86°
CMYK 0.400.210.00   0.14
XYZ37.377639.960073.4532
Yxy39.96000.24790.2650
Hunter Lab63.2139-5.0796-24.6439
CIE-Lab69.4410-1.9600-28.0949

#84addc color RGB value is (132,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101101 11011100
Octal 204 255 334
Decimal 132 173 220
Hex 84 AD DC

RGB Percentages of Color #84addc

%25.14
%32.95
%41.90

CMYK Percentages of Color #84addc

%40
%21
%0
%14

Triadic Colors of #84addc

#84addc #dc84ad #addc84

Analogous Colors of #84addc

#84addc #8784dc #84d9dc

Monochromatic Colors of #84addc

#84addc

Complementary Color

#84addc #dcb384

#84addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84addc Color CSS Codes

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

#84addc Text Font Color

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

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


#84addc Background Color

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

This div background color is #84addc


#84addc Border Color

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

This div border color is #84addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84addc


Comments

No comments written yet.

Please login to write comment.