Color Hex Logo

#84acdc Color Hex

#84ACDC
(132,172,220)
0 Favorites   0 Comments

Color spaces of #84acdc

RGB 132172220
HSL0.590.560.69
HSV213°40°86°
CMYK 0.400.220.00   0.14
XYZ37.186539.577973.3895
Yxy39.57790.24770.2636
Hunter Lab62.9110-4.5833-25.1277
CIE-Lab69.1678-1.4078-28.5152

#84acdc color RGB value is (132,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11011100
Octal 204 254 334
Decimal 132 172 220
Hex 84 AC DC

RGB Percentages of Color #84acdc

%25.19
%32.82
%41.98

CMYK Percentages of Color #84acdc

%40
%22
%0
%14

Triadic Colors of #84acdc

#84acdc #dc84ac #acdc84

Analogous Colors of #84acdc

#84acdc #8884dc #84d8dc

Monochromatic Colors of #84acdc

#84acdc

Complementary Color

#84acdc #dcb484

#84acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acdc Color CSS Codes

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

#84acdc Text Font Color

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

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


#84acdc Background Color

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

This div background color is #84acdc


#84acdc Border Color

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

This div border color is #84acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acdc


Comments

No comments written yet.

Please login to write comment.