Color Hex Logo

#afdd5e Color Hex

#AFDD5E
(175,221,94)
0 Favorites   0 Comments

Color spaces of #afdd5e

RGB 17522194
HSL0.230.650.62
HSV82°57°87°
CMYK 0.210.000.57   0.13
XYZ45.556061.635020.0854
Yxy61.63500.35790.4843
Hunter Lab78.5080-33.810339.7869
CIE-Lab82.7189-34.216456.3541

#afdd5e color RGB value is (175,221,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01011110
Octal 257 335 136
Decimal 175 221 94
Hex AF DD 5E

RGB Percentages of Color #afdd5e

%35.71
%45.10
%19.18

CMYK Percentages of Color #afdd5e

%21
%0
%57
%13

Triadic Colors of #afdd5e

#afdd5e #5eafdd #dd5eaf

Analogous Colors of #afdd5e

#afdd5e #70dd5e #ddcc5e

Monochromatic Colors of #afdd5e

#afdd5e

Complementary Color

#afdd5e #8c5edd

#afdd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd5e Color CSS Codes

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

#afdd5e Text Font Color

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

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


#afdd5e Background Color

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

This div background color is #afdd5e


#afdd5e Border Color

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

This div border color is #afdd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd5e


Comments

No comments written yet.

Please login to write comment.