Color Hex Logo

#afb595 Color Hex

#AFB595
(175,181,149)
0 Favorites   0 Comments

Color spaces of #afb595

RGB 175181149
HSL0.200.180.65
HSV71°18°71°
CMYK 0.030.000.18   0.29
XYZ39.627944.331634.9020
Yxy44.33160.33340.3730
Hunter Lab66.5820-10.279815.5278
CIE-Lab72.4496-7.719315.6235

#afb595 color RGB value is (175,181,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 10010101
Octal 257 265 225
Decimal 175 181 149
Hex AF B5 95

RGB Percentages of Color #afb595

%34.65
%35.84
%29.50

CMYK Percentages of Color #afb595

%3
%0
%18
%29

Triadic Colors of #afb595

#afb595 #95afb5 #b595af

Analogous Colors of #afb595

#afb595 #9fb595 #b5ab95

Monochromatic Colors of #afb595

#afb595

Complementary Color

#afb595 #9b95b5

#afb595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb595 Color CSS Codes

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

#afb595 Text Font Color

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

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


#afb595 Background Color

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

This div background color is #afb595


#afb595 Border Color

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

This div border color is #afb595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb595


Comments

No comments written yet.

Please login to write comment.