Color Hex Logo

#84aaac Color Hex

#84AAAC
(132,170,172)
0 Favorites   0 Comments

Color spaces of #84aaac

RGB 132170172
HSL0.510.190.60
HSV183°23°67°
CMYK 0.230.010.00   0.33
XYZ31.336836.633544.4491
Yxy36.63350.27870.3259
Hunter Lab60.5256-13.5024-1.1738
CIE-Lab67.0012-12.3479-5.2594

#84aaac color RGB value is (132,170,172).

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

The process color (four color CMYK) of #84aaac color hex is 0.23, 0.01, 0.00, 0.33. Web safe color of #84aaac is #999999. Color #84aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101010 10101100
Octal 204 252 254
Decimal 132 170 172
Hex 84 AA AC

RGB Percentages of Color #84aaac

%27.85
%35.86
%36.29

CMYK Percentages of Color #84aaac

%23
%1
%0
%33

Triadic Colors of #84aaac

#84aaac #ac84aa #aaac84

Analogous Colors of #84aaac

#84aaac #8496ac #84ac9a

Monochromatic Colors of #84aaac

#84aaac

Complementary Color

#84aaac #ac8684

#84aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aaac Color CSS Codes

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

#84aaac Text Font Color

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

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


#84aaac Background Color

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

This div background color is #84aaac


#84aaac Border Color

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

This div border color is #84aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aaac


Comments

No comments written yet.

Please login to write comment.