Color Hex Logo

#afde4a Color Hex

#AFDE4A
(175,222,74)
0 Favorites   0 Comments

Color spaces of #afde4a

RGB 17522274
HSL0.220.690.58
HSV79°67°87°
CMYK 0.210.000.67   0.13
XYZ45.036561.850916.0433
Yxy61.85090.36640.5031
Hunter Lab78.6453-35.410842.9568
CIE-Lab82.8341-36.205764.7686

#afde4a color RGB value is (175,222,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 01001010
Octal 257 336 112
Decimal 175 222 74
Hex AF DE 4A

RGB Percentages of Color #afde4a

%37.15
%47.13
%15.71

CMYK Percentages of Color #afde4a

%21
%0
%67
%13

Triadic Colors of #afde4a

#afde4a #4aafde #de4aaf

Analogous Colors of #afde4a

#afde4a #65de4a #dec34a

Monochromatic Colors of #afde4a

#afde4a

Complementary Color

#afde4a #794ade

#afde4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde4a Color CSS Codes

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

#afde4a Text Font Color

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

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


#afde4a Background Color

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

This div background color is #afde4a


#afde4a Border Color

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

This div border color is #afde4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde4a


Comments

No comments written yet.

Please login to write comment.