Color Hex Logo

#afdd47 Color Hex

#AFDD47
(175,221,71)
0 Favorites   0 Comments

Color spaces of #afdd47

RGB 17522171
HSL0.220.690.57
HSV78°68°87°
CMYK 0.210.000.68   0.13
XYZ44.673061.281815.4353
Yxy61.28180.36800.5048
Hunter Lab78.2827-35.131443.1074
CIE-Lab82.5300-35.946665.5960

#afdd47 color RGB value is (175,221,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01000111
Octal 257 335 107
Decimal 175 221 71
Hex AF DD 47

RGB Percentages of Color #afdd47

%37.47
%47.32
%15.20

CMYK Percentages of Color #afdd47

%21
%0
%68
%13

Triadic Colors of #afdd47

#afdd47 #47afdd #dd47af

Analogous Colors of #afdd47

#afdd47 #64dd47 #ddc047

Monochromatic Colors of #afdd47

#afdd47

Complementary Color

#afdd47 #7547dd

#afdd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd47 Color CSS Codes

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

#afdd47 Text Font Color

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

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


#afdd47 Background Color

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

This div background color is #afdd47


#afdd47 Border Color

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

This div border color is #afdd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd47


Comments

No comments written yet.

Please login to write comment.