Color Hex Logo

#afdd3f Color Hex

#AFDD3F
(175,221,63)
0 Favorites   0 Comments

Color spaces of #afdd3f

RGB 17522163
HSL0.220.700.56
HSV77°71°87°
CMYK 0.210.000.71   0.13
XYZ44.432961.185714.1708
Yxy61.18570.37090.5108
Hunter Lab78.2213-35.491944.0138
CIE-Lab82.4785-36.422268.4363

#afdd3f color RGB value is (175,221,63).

#afdd3f hex color red value is 175, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #afdd3f hue: 0.22 , saturation: 0.70 and the lightness value of afdd3f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00111111
Octal 257 335 77
Decimal 175 221 63
Hex AF DD 3F

RGB Percentages of Color #afdd3f

%38.13
%48.15
%13.73

CMYK Percentages of Color #afdd3f

%21
%0
%71
%13

Triadic Colors of #afdd3f

#afdd3f #3fafdd #dd3faf

Analogous Colors of #afdd3f

#afdd3f #60dd3f #ddbc3f

Monochromatic Colors of #afdd3f

#afdd3f

Complementary Color

#afdd3f #6d3fdd

#afdd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd3f Color CSS Codes

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

#afdd3f Text Font Color

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

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


#afdd3f Background Color

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

This div background color is #afdd3f


#afdd3f Border Color

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

This div border color is #afdd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd3f


Comments

No comments written yet.

Please login to write comment.