Color Hex Logo

#afd55e Color Hex

#AFD55E
(175,213,94)
0 Favorites   0 Comments

Color spaces of #afd55e

RGB 17521394
HSL0.220.590.60
HSV79°56°84°
CMYK 0.180.000.56   0.16
XYZ43.493857.510619.3980
Yxy57.51060.36120.4777
Hunter Lab75.8357-30.338137.9193
CIE-Lab80.4659-30.500953.7835

#afd55e color RGB value is (175,213,94).

#afd55e hex color red value is 175, green value is 213 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #afd55e hue: 0.22 , saturation: 0.59 and the lightness value of afd55e is 0.60.

The process color (four color CMYK) of #afd55e color hex is 0.18, 0.00, 0.56, 0.16. Web safe color of #afd55e is #99cc66. Color #afd55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 01011110
Octal 257 325 136
Decimal 175 213 94
Hex AF D5 5E

RGB Percentages of Color #afd55e

%36.31
%44.19
%19.50

CMYK Percentages of Color #afd55e

%18
%0
%56
%16

Triadic Colors of #afd55e

#afd55e #5eafd5 #d55eaf

Analogous Colors of #afd55e

#afd55e #74d55e #d5c05e

Monochromatic Colors of #afd55e

#afd55e

Complementary Color

#afd55e #845ed5

#afd55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd55e Color CSS Codes

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

#afd55e Text Font Color

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

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


#afd55e Background Color

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

This div background color is #afd55e


#afd55e Border Color

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

This div border color is #afd55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd55e


Comments

No comments written yet.

Please login to write comment.