Color Hex Logo

#afb64f Color Hex

#AFB64F
(175,182,79)
0 Favorites   0 Comments

Color spaces of #afb64f

RGB 17518279
HSL0.180.410.51
HSV64°57°71°
CMYK 0.040.000.57   0.29
XYZ35.818443.134413.8351
Yxy43.13440.38600.4649
Hunter Lab65.6768-17.585133.4841
CIE-Lab71.6461-16.630850.5666

#afb64f color RGB value is (175,182,79).

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

The process color (four color CMYK) of #afb64f color hex is 0.04, 0.00, 0.57, 0.29. Web safe color of #afb64f is #99cc66. Color #afb64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 01001111
Octal 257 266 117
Decimal 175 182 79
Hex AF B6 4F

RGB Percentages of Color #afb64f

%40.14
%41.74
%18.12

CMYK Percentages of Color #afb64f

%4
%0
%57
%29

Triadic Colors of #afb64f

#afb64f #4fafb6 #b64faf

Analogous Colors of #afb64f

#afb64f #7cb64f #b68a4f

Monochromatic Colors of #afb64f

#afb64f

Complementary Color

#afb64f #564fb6

#afb64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb64f Color CSS Codes

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

#afb64f Text Font Color

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

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


#afb64f Background Color

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

This div background color is #afb64f


#afb64f Border Color

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

This div border color is #afb64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb64f


Comments

No comments written yet.

Please login to write comment.