Color Hex Logo

#aabab3 Color Hex

#AABAB3
(170,186,179)
0 Favorites   0 Comments

Color spaces of #aabab3

RGB 170186179
HSL0.430.100.70
HSV154°73°
CMYK 0.090.000.04   0.27
XYZ42.273246.918549.4760
Yxy46.91850.30490.3384
Hunter Lab68.4971-9.70805.1223
CIE-Lab74.1376-6.86221.6503

#aabab3 color RGB value is (170,186,179).

#aabab3 hex color red value is 170, green value is 186 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #aabab3 hue: 0.43 , saturation: 0.10 and the lightness value of aabab3 is 0.70.

The process color (four color CMYK) of #aabab3 color hex is 0.09, 0.00, 0.04, 0.27. Web safe color of #aabab3 is #99cccc. Color #aabab3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 10110011
Octal 252 272 263
Decimal 170 186 179
Hex AA BA B3

RGB Percentages of Color #aabab3

%31.78
%34.77
%33.46

CMYK Percentages of Color #aabab3

%9
%0
%4
%27

Triadic Colors of #aabab3

#aabab3 #b3aaba #bab3aa

Analogous Colors of #aabab3

#aabab3 #aab9ba #aabaab

Monochromatic Colors of #aabab3

#aabab3

Complementary Color

#aabab3 #baaab1

#aabab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabab3 Color CSS Codes

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

#aabab3 Text Font Color

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

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


#aabab3 Background Color

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

This div background color is #aabab3


#aabab3 Border Color

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

This div border color is #aabab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabab3

#aabab3 Color Palettes


Comments

No comments written yet.

Please login to write comment.