Color Hex Logo

#afa998 Color Hex

#AFA998
(175,169,152)
0 Favorites   0 Comments

Color spaces of #afa998

RGB 175169152
HSL0.120.130.64
HSV44°13°69°
CMYK 0.000.030.13   0.31
XYZ37.534739.756935.4013
Yxy39.75690.33310.3528
Hunter Lab63.0531-4.084110.8486
CIE-Lab69.2960-0.82259.5367

#afa998 color RGB value is (175,169,152).

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

The process color (four color CMYK) of #afa998 color hex is 0.00, 0.03, 0.13, 0.31. Web safe color of #afa998 is #999999. Color #afa998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 10011000
Octal 257 251 230
Decimal 175 169 152
Hex AF A9 98

RGB Percentages of Color #afa998

%35.28
%34.07
%30.65

CMYK Percentages of Color #afa998

%0
%3
%13
%31

Triadic Colors of #afa998

#afa998 #98afa9 #a998af

Analogous Colors of #afa998

#afa998 #aaaf98 #af9e98

Monochromatic Colors of #afa998

#afa998

Complementary Color

#afa998 #989eaf

#afa998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa998 Color CSS Codes

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

#afa998 Text Font Color

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

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


#afa998 Background Color

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

This div background color is #afa998


#afa998 Border Color

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

This div border color is #afa998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa998

#afa998 Color Palettes


Comments

No comments written yet.

Please login to write comment.