Color Hex Logo

#afb24f Color Hex

#AFB24F
(175,178,79)
0 Favorites   0 Comments

Color spaces of #afb24f

RGB 17517879
HSL0.170.390.50
HSV62°56°70°
CMYK 0.020.000.56   0.30
XYZ35.010941.519313.5659
Yxy41.51930.38860.4608
Hunter Lab64.4355-15.774432.6222
CIE-Lab70.5382-14.590149.3129

#afb24f color RGB value is (175,178,79).

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

The process color (four color CMYK) of #afb24f color hex is 0.02, 0.00, 0.56, 0.30. Web safe color of #afb24f is #999966. Color #afb24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 01001111
Octal 257 262 117
Decimal 175 178 79
Hex AF B2 4F

RGB Percentages of Color #afb24f

%40.51
%41.20
%18.29

CMYK Percentages of Color #afb24f

%2
%0
%56
%30

Triadic Colors of #afb24f

#afb24f #4fafb2 #b24faf

Analogous Colors of #afb24f

#afb24f #7eb24f #b2844f

Monochromatic Colors of #afb24f

#afb24f

Complementary Color

#afb24f #524fb2

#afb24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb24f Color CSS Codes

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

#afb24f Text Font Color

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

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


#afb24f Background Color

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

This div background color is #afb24f


#afb24f Border Color

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

This div border color is #afb24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb24f


Comments

No comments written yet.

Please login to write comment.