Color Hex Logo

#afb74f Color Hex

#AFB74F
(175,183,79)
0 Favorites   0 Comments

Color spaces of #afb74f

RGB 17518379
HSL0.180.420.51
HSV65°57°72°
CMYK 0.040.000.57   0.28
XYZ36.024043.545413.9036
Yxy43.54540.38540.4659
Hunter Lab65.9889-18.035833.7001
CIE-Lab71.9236-17.137250.8794

#afb74f color RGB value is (175,183,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01001111
Octal 257 267 117
Decimal 175 183 79
Hex AF B7 4F

RGB Percentages of Color #afb74f

%40.05
%41.88
%18.08

CMYK Percentages of Color #afb74f

%4
%0
%57
%28

Triadic Colors of #afb74f

#afb74f #4fafb7 #b74faf

Analogous Colors of #afb74f

#afb74f #7bb74f #b78b4f

Monochromatic Colors of #afb74f

#afb74f

Complementary Color

#afb74f #574fb7

#afb74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb74f Color CSS Codes

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

#afb74f Text Font Color

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

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


#afb74f Background Color

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

This div background color is #afb74f


#afb74f Border Color

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

This div border color is #afb74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb74f


Comments

No comments written yet.

Please login to write comment.