Color Hex Logo

#afd94a Color Hex

#AFD94A
(175,217,74)
0 Favorites   0 Comments

Color spaces of #afd94a

RGB 17521774
HSL0.220.650.57
HSV78°66°85°
CMYK 0.190.000.66   0.15
XYZ43.728159.234115.6072
Yxy59.23410.36880.4996
Hunter Lab76.9637-33.269041.8514
CIE-Lab81.4201-33.923063.2966

#afd94a color RGB value is (175,217,74).

#afd94a hex color red value is 175, green value is 217 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #afd94a hue: 0.22 , saturation: 0.65 and the lightness value of afd94a is 0.57.

The process color (four color CMYK) of #afd94a color hex is 0.19, 0.00, 0.66, 0.15. Web safe color of #afd94a is #99cc33. Color #afd94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 01001010
Octal 257 331 112
Decimal 175 217 74
Hex AF D9 4A

RGB Percentages of Color #afd94a

%37.55
%46.57
%15.88

CMYK Percentages of Color #afd94a

%19
%0
%66
%15

Triadic Colors of #afd94a

#afd94a #4aafd9 #d94aaf

Analogous Colors of #afd94a

#afd94a #68d94a #d9bc4a

Monochromatic Colors of #afd94a

#afd94a

Complementary Color

#afd94a #744ad9

#afd94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd94a Color CSS Codes

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

#afd94a Text Font Color

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

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


#afd94a Background Color

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

This div background color is #afd94a


#afd94a Border Color

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

This div border color is #afd94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd94a


Comments

No comments written yet.

Please login to write comment.