Color Hex Logo

#84aaae Color Hex

#84AAAE
(132,170,174)
0 Favorites   0 Comments

Color spaces of #84aaae

RGB 132170174
HSL0.520.210.60
HSV186°24°68°
CMYK 0.240.020.00   0.32
XYZ31.530436.711045.4685
Yxy36.71100.27730.3228
Hunter Lab60.5896-13.1417-2.0805
CIE-Lab67.0596-11.8901-6.2842

#84aaae color RGB value is (132,170,174).

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

The process color (four color CMYK) of #84aaae color hex is 0.24, 0.02, 0.00, 0.32. Web safe color of #84aaae is #999999. Color #84aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101010 10101110
Octal 204 252 256
Decimal 132 170 174
Hex 84 AA AE

RGB Percentages of Color #84aaae

%27.73
%35.71
%36.55

CMYK Percentages of Color #84aaae

%24
%2
%0
%32

Triadic Colors of #84aaae

#84aaae #ae84aa #aaae84

Analogous Colors of #84aaae

#84aaae #8495ae #84ae9d

Monochromatic Colors of #84aaae

#84aaae

Complementary Color

#84aaae #ae8884

#84aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aaae Color CSS Codes

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

#84aaae Text Font Color

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

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


#84aaae Background Color

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

This div background color is #84aaae


#84aaae Border Color

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

This div border color is #84aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aaae


Comments

No comments written yet.

Please login to write comment.