Color Hex Logo

#aabeab Color Hex

#AABEAB
(170,190,171)
0 Favorites   0 Comments

Color spaces of #aabeab

RGB 170190171
HSL0.340.130.71
HSV123°11°75°
CMYK 0.110.000.10   0.25
XYZ42.341748.313245.6218
Yxy48.31320.31070.3545
Hunter Lab69.5077-12.90249.7400
CIE-Lab75.0220-10.46847.2763

#aabeab color RGB value is (170,190,171).

#aabeab hex color red value is 170, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aabeab hue: 0.34 , saturation: 0.13 and the lightness value of aabeab is 0.71.

The process color (four color CMYK) of #aabeab color hex is 0.11, 0.00, 0.10, 0.25. Web safe color of #aabeab is #99cc99. Color #aabeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10101011
Octal 252 276 253
Decimal 170 190 171
Hex AA BE AB

RGB Percentages of Color #aabeab

%32.02
%35.78
%32.20

CMYK Percentages of Color #aabeab

%11
%0
%10
%25

Triadic Colors of #aabeab

#aabeab #abaabe #beabaa

Analogous Colors of #aabeab

#aabeab #aabeb5 #b3beaa

Monochromatic Colors of #aabeab

#aabeab

Complementary Color

#aabeab #beaabd

#aabeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabeab Color CSS Codes

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

#aabeab Text Font Color

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

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


#aabeab Background Color

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

This div background color is #aabeab


#aabeab Border Color

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

This div border color is #aabeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabeab


Comments

No comments written yet.

Please login to write comment.