Color Hex Logo

#afde4d Color Hex

#AFDE4D
(175,222,77)
0 Favorites   0 Comments

Color spaces of #afde4d

RGB 17522277
HSL0.220.690.59
HSV79°65°87°
CMYK 0.210.000.65   0.13
XYZ45.140061.892316.5885
Yxy61.89230.36510.5007
Hunter Lab78.6717-35.256242.5684
CIE-Lab82.8561-36.002363.6233

#afde4d color RGB value is (175,222,77).

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

The process color (four color CMYK) of #afde4d color hex is 0.21, 0.00, 0.65, 0.13. Web safe color of #afde4d is #99cc66. Color #afde4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 01001101
Octal 257 336 115
Decimal 175 222 77
Hex AF DE 4D

RGB Percentages of Color #afde4d

%36.92
%46.84
%16.24

CMYK Percentages of Color #afde4d

%21
%0
%65
%13

Triadic Colors of #afde4d

#afde4d #4dafde #de4daf

Analogous Colors of #afde4d

#afde4d #67de4d #dec54d

Monochromatic Colors of #afde4d

#afde4d

Complementary Color

#afde4d #7c4dde

#afde4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde4d Color CSS Codes

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

#afde4d Text Font Color

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

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


#afde4d Background Color

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

This div background color is #afde4d


#afde4d Border Color

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

This div border color is #afde4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde4d


Comments

No comments written yet.

Please login to write comment.