Color Hex Logo

#afb596 Color Hex

#AFB596
(175,181,150)
0 Favorites   0 Comments

Color spaces of #afb596

RGB 175181150
HSL0.200.170.65
HSV72°17°71°
CMYK 0.030.000.17   0.29
XYZ39.708144.363735.3244
Yxy44.36370.33260.3716
Hunter Lab66.6061-10.145515.1799
CIE-Lab72.4709-7.559515.1103

#afb596 color RGB value is (175,181,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 10010110
Octal 257 265 226
Decimal 175 181 150
Hex AF B5 96

RGB Percentages of Color #afb596

%34.58
%35.77
%29.64

CMYK Percentages of Color #afb596

%3
%0
%17
%29

Triadic Colors of #afb596

#afb596 #96afb5 #b596af

Analogous Colors of #afb596

#afb596 #a0b596 #b5ac96

Monochromatic Colors of #afb596

#afb596

Complementary Color

#afb596 #9c96b5

#afb596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb596 Color CSS Codes

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

#afb596 Text Font Color

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

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


#afb596 Background Color

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

This div background color is #afb596


#afb596 Border Color

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

This div border color is #afb596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb596


Comments

No comments written yet.

Please login to write comment.