Color Hex Logo

#afde5e Color Hex

#AFDE5E
(175,222,94)
0 Favorites   0 Comments

Color spaces of #afde5e

RGB 17522294
HSL0.230.660.62
HSV82°58°87°
CMYK 0.210.000.58   0.13
XYZ45.820962.164720.1736
Yxy62.16470.35750.4851
Hunter Lab78.8446-34.241940.0210
CIE-Lab83.0009-34.674956.6739

#afde5e color RGB value is (175,222,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 01011110
Octal 257 336 136
Decimal 175 222 94
Hex AF DE 5E

RGB Percentages of Color #afde5e

%35.64
%45.21
%19.14

CMYK Percentages of Color #afde5e

%21
%0
%58
%13

Triadic Colors of #afde5e

#afde5e #5eafde #de5eaf

Analogous Colors of #afde5e

#afde5e #6fde5e #decd5e

Monochromatic Colors of #afde5e

#afde5e

Complementary Color

#afde5e #8d5ede

#afde5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde5e Color CSS Codes

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

#afde5e Text Font Color

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

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


#afde5e Background Color

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

This div background color is #afde5e


#afde5e Border Color

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

This div border color is #afde5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde5e


Comments

No comments written yet.

Please login to write comment.