Color Hex Logo

#afd04a Color Hex

#AFD04A
(175,208,74)
0 Favorites   0 Comments

Color spaces of #afd04a

RGB 17520874
HSL0.210.590.55
HSV75°64°82°
CMYK 0.160.000.64   0.18
XYZ41.471154.720114.8548
Yxy54.72010.37350.4928
Hunter Lab73.9730-29.381339.8749
CIE-Lab78.8798-29.731960.6265

#afd04a color RGB value is (175,208,74).

#afd04a hex color red value is 175, green value is 208 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #afd04a hue: 0.21 , saturation: 0.59 and the lightness value of afd04a is 0.55.

The process color (four color CMYK) of #afd04a color hex is 0.16, 0.00, 0.64, 0.18. Web safe color of #afd04a is #99cc33. Color #afd04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01001010
Octal 257 320 112
Decimal 175 208 74
Hex AF D0 4A

RGB Percentages of Color #afd04a

%38.29
%45.51
%16.19

CMYK Percentages of Color #afd04a

%16
%0
%64
%18

Triadic Colors of #afd04a

#afd04a #4aafd0 #d04aaf

Analogous Colors of #afd04a

#afd04a #6cd04a #d0ae4a

Monochromatic Colors of #afd04a

#afd04a

Complementary Color

#afd04a #6b4ad0

#afd04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd04a Color CSS Codes

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

#afd04a Text Font Color

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

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


#afd04a Background Color

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

This div background color is #afd04a


#afd04a Border Color

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

This div border color is #afd04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd04a


Comments

No comments written yet.

Please login to write comment.