Color Hex Logo

#afdd3a Color Hex

#AFDD3A
(175,221,58)
0 Favorites   0 Comments

Color spaces of #afdd3a

RGB 17522158
HSL0.210.710.55
HSV77°74°87°
CMYK 0.210.000.74   0.13
XYZ44.299461.132413.4679
Yxy61.13240.37260.5142
Hunter Lab78.1872-35.692944.5182
CIE-Lab82.4499-36.688070.0913

#afdd3a color RGB value is (175,221,58).

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

The process color (four color CMYK) of #afdd3a color hex is 0.21, 0.00, 0.74, 0.13. Web safe color of #afdd3a is #99cc33. Color #afdd3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00111010
Octal 257 335 72
Decimal 175 221 58
Hex AF DD 3A

RGB Percentages of Color #afdd3a

%38.55
%48.68
%12.78

CMYK Percentages of Color #afdd3a

%21
%0
%74
%13

Triadic Colors of #afdd3a

#afdd3a #3aafdd #dd3aaf

Analogous Colors of #afdd3a

#afdd3a #5edd3a #ddba3a

Monochromatic Colors of #afdd3a

#afdd3a

Complementary Color

#afdd3a #683add

#afdd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd3a Color CSS Codes

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

#afdd3a Text Font Color

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

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


#afdd3a Background Color

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

This div background color is #afdd3a


#afdd3a Border Color

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

This div border color is #afdd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd3a


Comments

No comments written yet.

Please login to write comment.