Color Hex Logo

#afdd4d Color Hex

#AFDD4D
(175,221,77)
0 Favorites   0 Comments

Color spaces of #afdd4d

RGB 17522177
HSL0.220.680.58
HSV79°65°87°
CMYK 0.210.000.65   0.13
XYZ44.875261.362716.5002
Yxy61.36270.36560.4999
Hunter Lab78.3343-34.828342.3453
CIE-Lab82.5733-35.547863.3256

#afdd4d color RGB value is (175,221,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01001101
Octal 257 335 115
Decimal 175 221 77
Hex AF DD 4D

RGB Percentages of Color #afdd4d

%37.00
%46.72
%16.28

CMYK Percentages of Color #afdd4d

%21
%0
%65
%13

Triadic Colors of #afdd4d

#afdd4d #4dafdd #dd4daf

Analogous Colors of #afdd4d

#afdd4d #67dd4d #ddc34d

Monochromatic Colors of #afdd4d

#afdd4d

Complementary Color

#afdd4d #7b4ddd

#afdd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd4d Color CSS Codes

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

#afdd4d Text Font Color

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

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


#afdd4d Background Color

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

This div background color is #afdd4d


#afdd4d Border Color

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

This div border color is #afdd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd4d


Comments

No comments written yet.

Please login to write comment.