Color Hex Logo

#aabac4 Color Hex

#AABAC4
(170,186,196)
0 Favorites   0 Comments

Color spaces of #aabac4

RGB 170186196
HSL0.560.180.72
HSV203°13°77°
CMYK 0.130.050.00   0.23
XYZ44.100347.649459.0975
Yxy47.64940.29240.3159
Hunter Lab69.0285-6.7616-2.4400
CIE-Lab74.6033-3.4480-6.9297

#aabac4 color RGB value is (170,186,196).

#aabac4 hex color red value is 170, green value is 186 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aabac4 hue: 0.56 , saturation: 0.18 and the lightness value of aabac4 is 0.72.

The process color (four color CMYK) of #aabac4 color hex is 0.13, 0.05, 0.00, 0.23. Web safe color of #aabac4 is #99cccc. Color #aabac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11000100
Octal 252 272 304
Decimal 170 186 196
Hex AA BA C4

RGB Percentages of Color #aabac4

%30.80
%33.70
%35.51

CMYK Percentages of Color #aabac4

%13
%5
%0
%23

Triadic Colors of #aabac4

#aabac4 #c4aaba #bac4aa

Analogous Colors of #aabac4

#aabac4 #aaadc4 #aac4c1

Monochromatic Colors of #aabac4

#aabac4

Complementary Color

#aabac4 #c4b4aa

#aabac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabac4 Color CSS Codes

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

#aabac4 Text Font Color

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

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


#aabac4 Background Color

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

This div background color is #aabac4


#aabac4 Border Color

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

This div border color is #aabac4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,186,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aabac4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aabac4;
  -webkit-box-shadow: 1px 1px 3px 2px #aabac4;
  box-shadow:         1px 1px 3px 2px #aabac4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabac4


Comments

No comments written yet.

Please login to write comment.