Color Hex Logo

#84aced Color Hex

#84ACED
(132,172,237)
0 Favorites   0 Comments

Color spaces of #84aced

RGB 132172237
HSL0.600.740.72
HSV217°44°93°
CMYK 0.440.270.00   0.07
XYZ39.554340.525085.8581
Yxy40.52500.23840.2442
Hunter Lab63.6592-0.4938-35.4038
CIE-Lab69.84183.2896-36.7692

#84aced color RGB value is (132,172,237).

#84aced hex color red value is 132, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #84aced hue: 0.60 , saturation: 0.74 and the lightness value of 84aced is 0.72.

The process color (four color CMYK) of #84aced color hex is 0.44, 0.27, 0.00, 0.07. Web safe color of #84aced is #9999ff. Color #84aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11101101
Octal 204 254 355
Decimal 132 172 237
Hex 84 AC ED

RGB Percentages of Color #84aced

%24.40
%31.79
%43.81

CMYK Percentages of Color #84aced

%44
%27
%0
%7

Triadic Colors of #84aced

#84aced #ed84ac #aced84

Analogous Colors of #84aced

#84aced #9184ed #84e1ed

Monochromatic Colors of #84aced

#84aced

Complementary Color

#84aced #edc584

#84aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aced Color CSS Codes

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

#84aced Text Font Color

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

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


#84aced Background Color

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

This div background color is #84aced


#84aced Border Color

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

This div border color is #84aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aced


Comments

No comments written yet.

Please login to write comment.