Color Hex Logo

#afdd2e Color Hex

#AFDD2E
(175,221,46)
0 Favorites   0 Comments

Color spaces of #afdd2e

RGB 17522146
HSL0.210.720.52
HSV76°79°87°
CMYK 0.210.000.79   0.13
XYZ44.028861.024112.0430
Yxy61.02410.37600.5211
Hunter Lab78.1179-36.100345.5421
CIE-Lab82.3917-37.228273.6371

#afdd2e color RGB value is (175,221,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00101110
Octal 257 335 56
Decimal 175 221 46
Hex AF DD 2E

RGB Percentages of Color #afdd2e

%39.59
%50.00
%10.41

CMYK Percentages of Color #afdd2e

%21
%0
%79
%13

Triadic Colors of #afdd2e

#afdd2e #2eafdd #dd2eaf

Analogous Colors of #afdd2e

#afdd2e #57dd2e #ddb42e

Monochromatic Colors of #afdd2e

#afdd2e

Complementary Color

#afdd2e #5c2edd

#afdd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd2e Color CSS Codes

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

#afdd2e Text Font Color

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

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


#afdd2e Background Color

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

This div background color is #afdd2e


#afdd2e Border Color

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

This div border color is #afdd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd2e


Comments

No comments written yet.

Please login to write comment.