Color Hex Logo

#afb998 Color Hex

#AFB998
(175,185,152)
0 Favorites   0 Comments

Color spaces of #afb998

RGB 175185152
HSL0.220.190.66
HSV78°18°73°
CMYK 0.050.000.18   0.27
XYZ40.695746.078936.4550
Yxy46.07890.33020.3739
Hunter Lab67.8814-11.779715.6759
CIE-Lab73.5967-9.338515.6005

#afb998 color RGB value is (175,185,152).

#afb998 hex color red value is 175, green value is 185 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afb998 hue: 0.22 , saturation: 0.19 and the lightness value of afb998 is 0.66.

The process color (four color CMYK) of #afb998 color hex is 0.05, 0.00, 0.18, 0.27. Web safe color of #afb998 is #99cc99. Color #afb998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 10011000
Octal 257 271 230
Decimal 175 185 152
Hex AF B9 98

RGB Percentages of Color #afb998

%34.18
%36.13
%29.69

CMYK Percentages of Color #afb998

%5
%0
%18
%27

Triadic Colors of #afb998

#afb998 #98afb9 #b998af

Analogous Colors of #afb998

#afb998 #9fb998 #b9b398

Monochromatic Colors of #afb998

#afb998

Complementary Color

#afb998 #a298b9

#afb998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb998 Color CSS Codes

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

#afb998 Text Font Color

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

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


#afb998 Background Color

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

This div background color is #afb998


#afb998 Border Color

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

This div border color is #afb998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb998


Comments

No comments written yet.

Please login to write comment.