Color Hex Logo

#aabfae Color Hex

#AABFAE
(170,191,174)
0 Favorites   0 Comments

Color spaces of #aabfae

RGB 170191174
HSL0.370.140.71
HSV131°11°75°
CMYK 0.110.000.09   0.25
XYZ42.848348.863647.2177
Yxy48.86360.30840.3517
Hunter Lab69.9025-12.91388.8826
CIE-Lab75.3664-10.43576.1449

#aabfae color RGB value is (170,191,174).

#aabfae hex color red value is 170, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aabfae hue: 0.37 , saturation: 0.14 and the lightness value of aabfae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10101110
Octal 252 277 256
Decimal 170 191 174
Hex AA BF AE

RGB Percentages of Color #aabfae

%31.78
%35.70
%32.52

CMYK Percentages of Color #aabfae

%11
%0
%9
%25

Triadic Colors of #aabfae

#aabfae #aeaabf #bfaeaa

Analogous Colors of #aabfae

#aabfae #aabfb9 #b1bfaa

Monochromatic Colors of #aabfae

#aabfae

Complementary Color

#aabfae #bfaabb

#aabfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfae Color CSS Codes

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

#aabfae Text Font Color

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

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


#aabfae Background Color

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

This div background color is #aabfae


#aabfae Border Color

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

This div border color is #aabfae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,191,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 #aabfae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfae


Comments

No comments written yet.

Please login to write comment.