Color Hex Logo

#aabead Color Hex

#AABEAD
(170,190,173)
0 Favorites   0 Comments

Color spaces of #aabead

RGB 170190173
HSL0.360.130.71
HSV129°11°75°
CMYK 0.110.000.09   0.25
XYZ42.533848.390146.6336
Yxy48.39010.30920.3518
Hunter Lab69.5630-12.59278.9473
CIE-Lab75.0703-10.09986.2612

#aabead color RGB value is (170,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10101101
Octal 252 276 255
Decimal 170 190 173
Hex AA BE AD

RGB Percentages of Color #aabead

%31.89
%35.65
%32.46

CMYK Percentages of Color #aabead

%11
%0
%9
%25

Triadic Colors of #aabead

#aabead #adaabe #beadaa

Analogous Colors of #aabead

#aabead #aabeb7 #b1beaa

Monochromatic Colors of #aabead

#aabead

Complementary Color

#aabead #beaabb

#aabead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabead Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabead Color CSS Codes

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

#aabead Text Font Color

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

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


#aabead Background Color

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

This div background color is #aabead


#aabead Border Color

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

This div border color is #aabead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabead


Comments

No comments written yet.

Please login to write comment.