Color Hex Logo

#afb46f Color Hex

#AFB46F
(175,180,111)
0 Favorites   0 Comments

Color spaces of #afb46f

RGB 175180111
HSL0.180.320.57
HSV64°38°71°
CMYK 0.030.000.38   0.29
XYZ36.869742.904221.3770
Yxy42.90420.36450.4242
Hunter Lab65.5013-14.152326.5010
CIE-Lab71.4899-12.458134.6038

#afb46f color RGB value is (175,180,111).

#afb46f hex color red value is 175, green value is 180 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afb46f hue: 0.18 , saturation: 0.32 and the lightness value of afb46f is 0.57.

The process color (four color CMYK) of #afb46f color hex is 0.03, 0.00, 0.38, 0.29. Web safe color of #afb46f is #99cc66. Color #afb46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 01101111
Octal 257 264 157
Decimal 175 180 111
Hex AF B4 6F

RGB Percentages of Color #afb46f

%37.55
%38.63
%23.82

CMYK Percentages of Color #afb46f

%3
%0
%38
%29

Triadic Colors of #afb46f

#afb46f #6fafb4 #b46faf

Analogous Colors of #afb46f

#afb46f #8db46f #b4976f

Monochromatic Colors of #afb46f

#afb46f

Complementary Color

#afb46f #746fb4

#afb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb46f Color CSS Codes

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

#afb46f Text Font Color

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

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


#afb46f Background Color

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

This div background color is #afb46f


#afb46f Border Color

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

This div border color is #afb46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb46f


Comments

No comments written yet.

Please login to write comment.