Color Hex Logo

#afb44f Color Hex

#AFB44F
(175,180,79)
0 Favorites   0 Comments

Color spaces of #afb44f

RGB 17518079
HSL0.170.400.51
HSV63°56°71°
CMYK 0.030.000.56   0.29
XYZ35.411742.321013.6995
Yxy42.32100.38730.4629
Hunter Lab65.0546-16.681233.0526
CIE-Lab71.0917-15.613149.9403

#afb44f color RGB value is (175,180,79).

#afb44f hex color red value is 175, green value is 180 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #afb44f hue: 0.17 , saturation: 0.40 and the lightness value of afb44f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 01001111
Octal 257 264 117
Decimal 175 180 79
Hex AF B4 4F

RGB Percentages of Color #afb44f

%40.32
%41.47
%18.20

CMYK Percentages of Color #afb44f

%3
%0
%56
%29

Triadic Colors of #afb44f

#afb44f #4fafb4 #b44faf

Analogous Colors of #afb44f

#afb44f #7db44f #b4874f

Monochromatic Colors of #afb44f

#afb44f

Complementary Color

#afb44f #544fb4

#afb44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb44f Color CSS Codes

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

#afb44f Text Font Color

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

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


#afb44f Background Color

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

This div background color is #afb44f


#afb44f Border Color

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

This div border color is #afb44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb44f


Comments

No comments written yet.

Please login to write comment.