Color Hex Logo

#afd45e Color Hex

#AFD45E
(175,212,94)
0 Favorites   0 Comments

Color spaces of #afd45e

RGB 17521294
HSL0.220.580.60
HSV79°56°83°
CMYK 0.170.000.56   0.17
XYZ43.243157.009119.3144
Yxy57.00910.36170.4768
Hunter Lab75.5044-29.901637.6864
CIE-Lab80.1847-30.030453.4605

#afd45e color RGB value is (175,212,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 01011110
Octal 257 324 136
Decimal 175 212 94
Hex AF D4 5E

RGB Percentages of Color #afd45e

%36.38
%44.07
%19.54

CMYK Percentages of Color #afd45e

%17
%0
%56
%17

Triadic Colors of #afd45e

#afd45e #5eafd4 #d45eaf

Analogous Colors of #afd45e

#afd45e #74d45e #d4be5e

Monochromatic Colors of #afd45e

#afd45e

Complementary Color

#afd45e #835ed4

#afd45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd45e Color CSS Codes

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

#afd45e Text Font Color

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

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


#afd45e Background Color

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

This div background color is #afd45e


#afd45e Border Color

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

This div border color is #afd45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd45e


Comments

No comments written yet.

Please login to write comment.