Color Hex Logo

#afab9b Color Hex

#AFAB9B
(175,171,155)
0 Favorites   0 Comments

Color spaces of #afab9b

RGB 175171155
HSL0.130.110.65
HSV48°11°69°
CMYK 0.000.020.11   0.31
XYZ38.158540.606336.8370
Yxy40.60630.33010.3513
Hunter Lab63.7231-4.626410.3318
CIE-Lab69.8992-1.40148.7421

#afab9b color RGB value is (175,171,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10011011
Octal 257 253 233
Decimal 175 171 155
Hex AF AB 9B

RGB Percentages of Color #afab9b

%34.93
%34.13
%30.94

CMYK Percentages of Color #afab9b

%0
%2
%11
%31

Triadic Colors of #afab9b

#afab9b #9bafab #ab9baf

Analogous Colors of #afab9b

#afab9b #a9af9b #afa19b

Monochromatic Colors of #afab9b

#afab9b

Complementary Color

#afab9b #9b9faf

#afab9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab9b Color CSS Codes

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

#afab9b Text Font Color

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

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


#afab9b Background Color

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

This div background color is #afab9b


#afab9b Border Color

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

This div border color is #afab9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab9b


Comments

No comments written yet.

Please login to write comment.