Color Hex Logo

#afdd6e Color Hex

#AFDD6E
(175,221,110)
0 Favorites   0 Comments

Color spaces of #afdd6e

RGB 175221110
HSL0.240.620.65
HSV85°50°87°
CMYK 0.210.000.50   0.13
XYZ46.350161.952724.2670
Yxy61.95270.34960.4673
Hunter Lab78.7100-32.629036.8174
CIE-Lab82.8883-32.685749.2376

#afdd6e color RGB value is (175,221,110).

#afdd6e hex color red value is 175, green value is 221 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afdd6e hue: 0.24 , saturation: 0.62 and the lightness value of afdd6e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01101110
Octal 257 335 156
Decimal 175 221 110
Hex AF DD 6E

RGB Percentages of Color #afdd6e

%34.58
%43.68
%21.74

CMYK Percentages of Color #afdd6e

%21
%0
%50
%13

Triadic Colors of #afdd6e

#afdd6e #6eafdd #dd6eaf

Analogous Colors of #afdd6e

#afdd6e #78dd6e #ddd46e

Monochromatic Colors of #afdd6e

#afdd6e

Complementary Color

#afdd6e #9c6edd

#afdd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd6e Color CSS Codes

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

#afdd6e Text Font Color

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

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


#afdd6e Background Color

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

This div background color is #afdd6e


#afdd6e Border Color

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

This div border color is #afdd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd6e


Comments

No comments written yet.

Please login to write comment.