Color Hex Logo

#afaea0 Color Hex

#AFAEA0
(175,174,160)
0 Favorites   0 Comments

Color spaces of #afaea0

RGB 175174160
HSL0.160.090.66
HSV56°69°
CMYK 0.000.010.09   0.31
XYZ39.160441.924139.2859
Yxy41.92410.32530.3483
Hunter Lab64.7488-5.35289.3504
CIE-Lab70.8186-2.16377.3050

#afaea0 color RGB value is (175,174,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10100000
Octal 257 256 240
Decimal 175 174 160
Hex AF AE A0

RGB Percentages of Color #afaea0

%34.38
%34.18
%31.43

CMYK Percentages of Color #afaea0

%0
%1
%9
%31

Triadic Colors of #afaea0

#afaea0 #a0afae #aea0af

Analogous Colors of #afaea0

#afaea0 #a9afa0 #afa7a0

Monochromatic Colors of #afaea0

#afaea0

Complementary Color

#afaea0 #a0a1af

#afaea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaea0 Color CSS Codes

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

#afaea0 Text Font Color

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

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


#afaea0 Background Color

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

This div background color is #afaea0


#afaea0 Border Color

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

This div border color is #afaea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaea0


Comments

No comments written yet.

Please login to write comment.