Color Hex Logo

#afa297 Color Hex

#AFA297
(175,162,151)
0 Favorites   0 Comments

Color spaces of #afa297

RGB 175162151
HSL0.080.130.64
HSV28°14°69°
CMYK 0.000.070.14   0.31
XYZ36.185437.189034.5492
Yxy37.18900.33530.3446
Hunter Lab60.9828-0.80329.0978
CIE-Lab67.41862.82067.4121

#afa297 color RGB value is (175,162,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 10010111
Octal 257 242 227
Decimal 175 162 151
Hex AF A2 97

RGB Percentages of Color #afa297

%35.86
%33.20
%30.94

CMYK Percentages of Color #afa297

%0
%7
%14
%31

Triadic Colors of #afa297

#afa297 #97afa2 #a297af

Analogous Colors of #afa297

#afa297 #afae97 #af9798

Monochromatic Colors of #afa297

#afa297

Complementary Color

#afa297 #97a4af

#afa297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa297 Color CSS Codes

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

#afa297 Text Font Color

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

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


#afa297 Background Color

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

This div background color is #afa297


#afa297 Border Color

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

This div border color is #afa297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa297


Comments

No comments written yet.

Please login to write comment.