Color Hex Logo

#afdf4d Color Hex

#AFDF4D
(175,223,77)
0 Favorites   0 Comments

Color spaces of #afdf4d

RGB 17522377
HSL0.220.700.59
HSV80°65°87°
CMYK 0.220.000.65   0.13
XYZ45.406462.425116.6773
Yxy62.42510.36470.5014
Hunter Lab79.0096-35.683742.7918
CIE-Lab83.1390-36.455763.9207

#afdf4d color RGB value is (175,223,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 01001101
Octal 257 337 115
Decimal 175 223 77
Hex AF DF 4D

RGB Percentages of Color #afdf4d

%36.84
%46.95
%16.21

CMYK Percentages of Color #afdf4d

%22
%0
%65
%13

Triadic Colors of #afdf4d

#afdf4d #4dafdf #df4daf

Analogous Colors of #afdf4d

#afdf4d #66df4d #dfc64d

Monochromatic Colors of #afdf4d

#afdf4d

Complementary Color

#afdf4d #7d4ddf

#afdf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf4d Color CSS Codes

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

#afdf4d Text Font Color

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

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


#afdf4d Background Color

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

This div background color is #afdf4d


#afdf4d Border Color

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

This div border color is #afdf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf4d


Comments

No comments written yet.

Please login to write comment.