Color Hex Logo

#afc14a Color Hex

#AFC14A
(175,193,74)
0 Favorites   0 Comments

Color spaces of #afc14a

RGB 17519374
HSL0.190.490.52
HSV69°62°76°
CMYK 0.090.000.62   0.24
XYZ37.985247.748313.6929
Yxy47.74830.38200.4802
Hunter Lab69.1001-22.801636.6212
CIE-Lab74.6659-22.506756.1188

#afc14a color RGB value is (175,193,74).

#afc14a hex color red value is 175, green value is 193 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #afc14a hue: 0.19 , saturation: 0.49 and the lightness value of afc14a is 0.52.

The process color (four color CMYK) of #afc14a color hex is 0.09, 0.00, 0.62, 0.24. Web safe color of #afc14a is #99cc33. Color #afc14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01001010
Octal 257 301 112
Decimal 175 193 74
Hex AF C1 4A

RGB Percentages of Color #afc14a

%39.59
%43.67
%16.74

CMYK Percentages of Color #afc14a

%9
%0
%62
%24

Triadic Colors of #afc14a

#afc14a #4aafc1 #c14aaf

Analogous Colors of #afc14a

#afc14a #74c14a #c1984a

Monochromatic Colors of #afc14a

#afc14a

Complementary Color

#afc14a #5c4ac1

#afc14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc14a Color CSS Codes

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

#afc14a Text Font Color

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

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


#afc14a Background Color

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

This div background color is #afc14a


#afc14a Border Color

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

This div border color is #afc14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc14a


Comments

No comments written yet.

Please login to write comment.