Color Hex Logo

#afe58e Color Hex

#AFE58E
(175,229,142)
0 Favorites   0 Comments

Color spaces of #afe58e

RGB 175229142
HSL0.270.630.73
HSV97°38°90°
CMYK 0.240.000.38   0.10
XYZ50.581067.105635.8780
Yxy67.10560.32940.4370
Hunter Lab81.9180-33.140131.3751
CIE-Lab85.5572-32.562136.9587

#afe58e color RGB value is (175,229,142).

#afe58e hex color red value is 175, green value is 229 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afe58e hue: 0.27 , saturation: 0.63 and the lightness value of afe58e is 0.73.

The process color (four color CMYK) of #afe58e color hex is 0.24, 0.00, 0.38, 0.10. Web safe color of #afe58e is #99cc99. Color #afe58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 10001110
Octal 257 345 216
Decimal 175 229 142
Hex AF E5 8E

RGB Percentages of Color #afe58e

%32.05
%41.94
%26.01

CMYK Percentages of Color #afe58e

%24
%0
%38
%10

Triadic Colors of #afe58e

#afe58e #8eafe5 #e58eaf

Analogous Colors of #afe58e

#afe58e #8ee599 #dbe58e

Monochromatic Colors of #afe58e

#afe58e

Complementary Color

#afe58e #c48ee5

#afe58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe58e Color CSS Codes

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

#afe58e Text Font Color

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

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


#afe58e Background Color

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

This div background color is #afe58e


#afe58e Border Color

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

This div border color is #afe58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe58e


Comments

No comments written yet.

Please login to write comment.