Color Hex Logo

#afac98 Color Hex

#AFAC98
(175,172,152)
0 Favorites   0 Comments

Color spaces of #afac98

RGB 175172152
HSL0.140.130.64
HSV52°13°69°
CMYK 0.000.020.13   0.31
XYZ38.099240.886035.5895
Yxy40.88600.33250.3569
Hunter Lab63.9422-5.541611.7594
CIE-Lab70.0960-2.440710.6726

#afac98 color RGB value is (175,172,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10011000
Octal 257 254 230
Decimal 175 172 152
Hex AF AC 98

RGB Percentages of Color #afac98

%35.07
%34.47
%30.46

CMYK Percentages of Color #afac98

%0
%2
%13
%31

Triadic Colors of #afac98

#afac98 #98afac #ac98af

Analogous Colors of #afac98

#afac98 #a7af98 #afa198

Monochromatic Colors of #afac98

#afac98

Complementary Color

#afac98 #989baf

#afac98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac98 Color CSS Codes

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

#afac98 Text Font Color

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

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


#afac98 Background Color

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

This div background color is #afac98


#afac98 Border Color

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

This div border color is #afac98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac98


Comments

No comments written yet.

Please login to write comment.