Color Hex Logo

#afb82c Color Hex

#AFB82C
(175,184,44)
0 Favorites   0 Comments

Color spaces of #afb82c

RGB 17518444
HSL0.180.610.45
HSV64°76°72°
CMYK 0.050.000.76   0.28
XYZ35.274343.57688.9349
Yxy43.57680.40180.4964
Hunter Lab66.0127-20.139738.1839
CIE-Lab71.9447-19.756064.7181

#afb82c color RGB value is (175,184,44).

#afb82c hex color red value is 175, green value is 184 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #afb82c hue: 0.18 , saturation: 0.61 and the lightness value of afb82c is 0.45.

The process color (four color CMYK) of #afb82c color hex is 0.05, 0.00, 0.76, 0.28. Web safe color of #afb82c is #99cc33. Color #afb82c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00101100
Octal 257 270 54
Decimal 175 184 44
Hex AF B8 2C

RGB Percentages of Color #afb82c

%43.42
%45.66
%10.92

CMYK Percentages of Color #afb82c

%5
%0
%76
%28

Triadic Colors of #afb82c

#afb82c #2cafb8 #b82caf

Analogous Colors of #afb82c

#afb82c #69b82c #b87b2c

Monochromatic Colors of #afb82c

#afb82c

Complementary Color

#afb82c #352cb8

#afb82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb82c Color CSS Codes

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

#afb82c Text Font Color

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

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


#afb82c Background Color

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

This div background color is #afb82c


#afb82c Border Color

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

This div border color is #afb82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb82c


Comments

No comments written yet.

Please login to write comment.