Color Hex Logo

#afd34a Color Hex

#AFD34A
(175,211,74)
0 Favorites   0 Comments

Color spaces of #afd34a

RGB 17521174
HSL0.210.610.56
HSV76°65°83°
CMYK 0.170.000.65   0.17
XYZ42.209556.196915.1010
Yxy56.19690.37190.4951
Hunter Lab74.9646-30.682040.5317
CIE-Lab79.7257-31.140861.5194

#afd34a color RGB value is (175,211,74).

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

The process color (four color CMYK) of #afd34a color hex is 0.17, 0.00, 0.65, 0.17. Web safe color of #afd34a is #99cc33. Color #afd34a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01001010
Octal 257 323 112
Decimal 175 211 74
Hex AF D3 4A

RGB Percentages of Color #afd34a

%38.04
%45.87
%16.09

CMYK Percentages of Color #afd34a

%17
%0
%65
%17

Triadic Colors of #afd34a

#afd34a #4aafd3 #d34aaf

Analogous Colors of #afd34a

#afd34a #6bd34a #d3b34a

Monochromatic Colors of #afd34a

#afd34a

Complementary Color

#afd34a #6e4ad3

#afd34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd34a Color CSS Codes

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

#afd34a Text Font Color

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

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


#afd34a Background Color

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

This div background color is #afd34a


#afd34a Border Color

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

This div border color is #afd34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd34a


Comments

No comments written yet.

Please login to write comment.