Color Hex Logo

#afaba0 Color Hex

#AFABA0
(175,171,160)
0 Favorites   0 Comments

Color spaces of #afaba0

RGB 175171160
HSL0.120.090.66
HSV44°69°
CMYK 0.000.020.09   0.31
XYZ38.587340.777839.0948
Yxy40.77780.32570.3442
Hunter Lab63.8575-3.88818.4018
CIE-Lab70.0200-0.54546.1594

#afaba0 color RGB value is (175,171,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10100000
Octal 257 253 240
Decimal 175 171 160
Hex AF AB A0

RGB Percentages of Color #afaba0

%34.58
%33.79
%31.62

CMYK Percentages of Color #afaba0

%0
%2
%9
%31

Triadic Colors of #afaba0

#afaba0 #a0afab #aba0af

Analogous Colors of #afaba0

#afaba0 #acafa0 #afa4a0

Monochromatic Colors of #afaba0

#afaba0

Complementary Color

#afaba0 #a0a4af

#afaba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaba0 Color CSS Codes

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

#afaba0 Text Font Color

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

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


#afaba0 Background Color

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

This div background color is #afaba0


#afaba0 Border Color

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

This div border color is #afaba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaba0


Comments

No comments written yet.

Please login to write comment.