Color Hex Logo

#afb32f Color Hex

#AFB32F
(175,179,47)
0 Favorites   0 Comments

Color spaces of #afb32f

RGB 17517947
HSL0.170.580.44
HSV62°74°70°
CMYK 0.020.000.74   0.30
XYZ34.312441.55948.9026
Yxy41.55940.40470.4902
Hunter Lab64.4666-17.809736.9389
CIE-Lab70.5661-17.109862.4460

#afb32f color RGB value is (175,179,47).

#afb32f hex color red value is 175, green value is 179 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #afb32f hue: 0.17 , saturation: 0.58 and the lightness value of afb32f is 0.44.

The process color (four color CMYK) of #afb32f color hex is 0.02, 0.00, 0.74, 0.30. Web safe color of #afb32f is #99cc33. Color #afb32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 00101111
Octal 257 263 57
Decimal 175 179 47
Hex AF B3 2F

RGB Percentages of Color #afb32f

%43.64
%44.64
%11.72

CMYK Percentages of Color #afb32f

%2
%0
%74
%30

Triadic Colors of #afb32f

#afb32f #2fafb3 #b32faf

Analogous Colors of #afb32f

#afb32f #6db32f #b3752f

Monochromatic Colors of #afb32f

#afb32f

Complementary Color

#afb32f #332fb3

#afb32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb32f Color CSS Codes

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

#afb32f Text Font Color

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

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


#afb32f Background Color

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

This div background color is #afb32f


#afb32f Border Color

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

This div border color is #afb32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb32f


Comments

No comments written yet.

Please login to write comment.