Color Hex Logo

#84acde Color Hex

#84ACDE
(132,172,222)
0 Favorites   0 Comments

Color spaces of #84acde

RGB 132172222
HSL0.590.580.69
HSV213°41°87°
CMYK 0.410.230.00   0.13
XYZ37.453139.684574.7931
Yxy39.68450.24650.2612
Hunter Lab62.9956-4.1179-26.2966
CIE-Lab69.2442-0.8652-29.4943

#84acde color RGB value is (132,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11011110
Octal 204 254 336
Decimal 132 172 222
Hex 84 AC DE

RGB Percentages of Color #84acde

%25.10
%32.70
%42.21

CMYK Percentages of Color #84acde

%41
%23
%0
%13

Triadic Colors of #84acde

#84acde #de84ac #acde84

Analogous Colors of #84acde

#84acde #8984de #84d9de

Monochromatic Colors of #84acde

#84acde

Complementary Color

#84acde #deb684

#84acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acde Color CSS Codes

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

#84acde Text Font Color

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

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


#84acde Background Color

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

This div background color is #84acde


#84acde Border Color

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

This div border color is #84acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acde


Comments

No comments written yet.

Please login to write comment.