Color Hex Logo

#afb22c Color Hex

#AFB22C
(175,178,44)
0 Favorites   0 Comments

Color spaces of #afb22c

RGB 17517844
HSL0.170.600.44
HSV61°75°70°
CMYK 0.020.000.75   0.30
XYZ34.054241.13668.5282
Yxy41.13660.40680.4914
Hunter Lab64.1378-17.466037.0129
CIE-Lab70.2715-16.735463.1725

#afb22c color RGB value is (175,178,44).

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

The process color (four color CMYK) of #afb22c color hex is 0.02, 0.00, 0.75, 0.30. Web safe color of #afb22c is #999933. Color #afb22c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00101100
Octal 257 262 54
Decimal 175 178 44
Hex AF B2 2C

RGB Percentages of Color #afb22c

%44.08
%44.84
%11.08

CMYK Percentages of Color #afb22c

%2
%0
%75
%30

Triadic Colors of #afb22c

#afb22c #2cafb2 #b22caf

Analogous Colors of #afb22c

#afb22c #6cb22c #b2722c

Monochromatic Colors of #afb22c

#afb22c

Complementary Color

#afb22c #2f2cb2

#afb22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb22c Color CSS Codes

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

#afb22c Text Font Color

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

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


#afb22c Background Color

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

This div background color is #afb22c


#afb22c Border Color

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

This div border color is #afb22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb22c


Comments

No comments written yet.

Please login to write comment.