Color Hex Logo

#afdd6f Color Hex

#AFDD6F
(175,221,111)
0 Favorites   0 Comments

Color spaces of #afdd6f

RGB 175221111
HSL0.240.620.65
HSV85°50°87°
CMYK 0.210.000.50   0.13
XYZ46.404961.974624.5554
Yxy61.97460.34910.4662
Hunter Lab78.7239-32.547736.6132
CIE-Lab82.8999-32.580948.7792

#afdd6f color RGB value is (175,221,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01101111
Octal 257 335 157
Decimal 175 221 111
Hex AF DD 6F

RGB Percentages of Color #afdd6f

%34.52
%43.59
%21.89

CMYK Percentages of Color #afdd6f

%21
%0
%50
%13

Triadic Colors of #afdd6f

#afdd6f #6fafdd #dd6faf

Analogous Colors of #afdd6f

#afdd6f #78dd6f #ddd46f

Monochromatic Colors of #afdd6f

#afdd6f

Complementary Color

#afdd6f #9d6fdd

#afdd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd6f Color CSS Codes

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

#afdd6f Text Font Color

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

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


#afdd6f Background Color

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

This div background color is #afdd6f


#afdd6f Border Color

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

This div border color is #afdd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd6f


Comments

No comments written yet.

Please login to write comment.