Color Hex Logo

#afae97 Color Hex

#AFAE97
(175,174,151)
0 Favorites   0 Comments

Color spaces of #afae97

RGB 175174151
HSL0.160.130.64
HSV58°14°69°
CMYK 0.000.010.14   0.31
XYZ38.401241.620435.2877
Yxy41.62040.33300.3609
Hunter Lab64.5139-6.649012.7294
CIE-Lab70.6084-3.677911.9467

#afae97 color RGB value is (175,174,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10010111
Octal 257 256 227
Decimal 175 174 151
Hex AF AE 97

RGB Percentages of Color #afae97

%35.00
%34.80
%30.20

CMYK Percentages of Color #afae97

%0
%1
%14
%31

Triadic Colors of #afae97

#afae97 #97afae #ae97af

Analogous Colors of #afae97

#afae97 #a4af97 #afa297

Monochromatic Colors of #afae97

#afae97

Complementary Color

#afae97 #9798af

#afae97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae97 Color CSS Codes

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

#afae97 Text Font Color

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

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


#afae97 Background Color

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

This div background color is #afae97


#afae97 Border Color

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

This div border color is #afae97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae97


Comments

No comments written yet.

Please login to write comment.