Color Hex Logo

#afb597 Color Hex

#AFB597
(175,181,151)
0 Favorites   0 Comments

Color spaces of #afb597

RGB 175181151
HSL0.200.170.65
HSV72°17°71°
CMYK 0.030.000.17   0.29
XYZ39.789044.396135.7504
Yxy44.39610.33180.3702
Hunter Lab66.6304-10.010214.8294
CIE-Lab72.4925-7.398614.5972

#afb597 color RGB value is (175,181,151).

#afb597 hex color red value is 175, green value is 181 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #afb597 hue: 0.20 , saturation: 0.17 and the lightness value of afb597 is 0.65.

The process color (four color CMYK) of #afb597 color hex is 0.03, 0.00, 0.17, 0.29. Web safe color of #afb597 is #99cc99. Color #afb597 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 10010111
Octal 257 265 227
Decimal 175 181 151
Hex AF B5 97

RGB Percentages of Color #afb597

%34.52
%35.70
%29.78

CMYK Percentages of Color #afb597

%3
%0
%17
%29

Triadic Colors of #afb597

#afb597 #97afb5 #b597af

Analogous Colors of #afb597

#afb597 #a0b597 #b5ac97

Monochromatic Colors of #afb597

#afb597

Complementary Color

#afb597 #9d97b5

#afb597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb597 Color CSS Codes

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

#afb597 Text Font Color

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

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


#afb597 Background Color

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

This div background color is #afb597


#afb597 Border Color

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

This div border color is #afb597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb597


Comments

No comments written yet.

Please login to write comment.