Color Hex Logo

#afab9a Color Hex

#AFAB9A
(175,171,154)
0 Favorites   0 Comments

Color spaces of #afab9a

RGB 175171154
HSL0.130.120.65
HSV49°12°69°
CMYK 0.000.020.12   0.31
XYZ38.074840.572936.3964
Yxy40.57290.33100.3527
Hunter Lab63.6969-4.771110.7095
CIE-Lab69.8756-1.56979.2593

#afab9a color RGB value is (175,171,154).

#afab9a hex color red value is 175, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afab9a hue: 0.13 , saturation: 0.12 and the lightness value of afab9a is 0.65.

The process color (four color CMYK) of #afab9a color hex is 0.00, 0.02, 0.12, 0.31. Web safe color of #afab9a is #999999. Color #afab9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10011010
Octal 257 253 232
Decimal 175 171 154
Hex AF AB 9A

RGB Percentages of Color #afab9a

%35.00
%34.20
%30.80

CMYK Percentages of Color #afab9a

%0
%2
%12
%31

Triadic Colors of #afab9a

#afab9a #9aafab #ab9aaf

Analogous Colors of #afab9a

#afab9a #a9af9a #afa19a

Monochromatic Colors of #afab9a

#afab9a

Complementary Color

#afab9a #9a9eaf

#afab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab9a Color CSS Codes

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

#afab9a Text Font Color

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

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


#afab9a Background Color

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

This div background color is #afab9a


#afab9a Border Color

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

This div border color is #afab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab9a


Comments

No comments written yet.

Please login to write comment.