Color Hex Logo

#afe57c Color Hex

#AFE57C
(175,229,124)
0 Favorites   0 Comments

Color spaces of #afe57c

RGB 175229124
HSL0.250.670.69
HSV91°46°90°
CMYK 0.240.000.46   0.10
XYZ49.336666.607829.3251
Yxy66.60780.33960.4585
Hunter Lab81.6136-34.918035.8257
CIE-Lab85.3055-34.827445.5061

#afe57c color RGB value is (175,229,124).

#afe57c hex color red value is 175, green value is 229 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #afe57c hue: 0.25 , saturation: 0.67 and the lightness value of afe57c is 0.69.

The process color (four color CMYK) of #afe57c color hex is 0.24, 0.00, 0.46, 0.10. Web safe color of #afe57c is #99cc66. Color #afe57c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01111100
Octal 257 345 174
Decimal 175 229 124
Hex AF E5 7C

RGB Percentages of Color #afe57c

%33.14
%43.37
%23.48

CMYK Percentages of Color #afe57c

%24
%0
%46
%10

Triadic Colors of #afe57c

#afe57c #7cafe5 #e57caf

Analogous Colors of #afe57c

#afe57c #7ce57e #e4e57c

Monochromatic Colors of #afe57c

#afe57c

Complementary Color

#afe57c #b27ce5

#afe57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe57c Color CSS Codes

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

#afe57c Text Font Color

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

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


#afe57c Background Color

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

This div background color is #afe57c


#afe57c Border Color

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

This div border color is #afe57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe57c


Comments

No comments written yet.

Please login to write comment.