Color Hex Logo

#abaeaa Color Hex

#ABAEAA
(171,174,170)
0 Favorites   0 Comments

Color spaces of #abaeaa

RGB 171174170
HSL0.290.020.67
HSV105°68°
CMYK 0.020.000.02   0.32
XYZ39.186341.832344.0393
Yxy41.83230.31330.3345
Hunter Lab64.6779-5.03884.9039
CIE-Lab70.7551-1.80841.6704

#abaeaa color RGB value is (171,174,170).

#abaeaa hex color red value is 171, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abaeaa hue: 0.29 , saturation: 0.02 and the lightness value of abaeaa is 0.67.

The process color (four color CMYK) of #abaeaa color hex is 0.02, 0.00, 0.02, 0.32. Web safe color of #abaeaa is #999999. Color #abaeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10101010
Octal 253 256 252
Decimal 171 174 170
Hex AB AE AA

RGB Percentages of Color #abaeaa

%33.20
%33.79
%33.01

CMYK Percentages of Color #abaeaa

%2
%0
%2
%32

Triadic Colors of #abaeaa

#abaeaa #aaabae #aeaaab

Analogous Colors of #abaeaa

#abaeaa #aaaeab #adaeaa

Monochromatic Colors of #abaeaa

#abaeaa

Complementary Color

#abaeaa #adaaae

#abaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeaa Color CSS Codes

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

#abaeaa Text Font Color

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

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


#abaeaa Background Color

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

This div background color is #abaeaa


#abaeaa Border Color

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

This div border color is #abaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeaa


Comments

No comments written yet.

Please login to write comment.