Color Hex Logo

#afe57f Color Hex

#AFE57F
(175,229,127)
0 Favorites   0 Comments

Color spaces of #afe57f

RGB 175229127
HSL0.250.660.70
HSV92°45°90°
CMYK 0.240.000.45   0.10
XYZ49.529366.684930.3397
Yxy66.68490.33800.4550
Hunter Lab81.6608-34.641835.1344
CIE-Lab85.3446-34.473344.1008

#afe57f color RGB value is (175,229,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01111111
Octal 257 345 177
Decimal 175 229 127
Hex AF E5 7F

RGB Percentages of Color #afe57f

%32.96
%43.13
%23.92

CMYK Percentages of Color #afe57f

%24
%0
%45
%10

Triadic Colors of #afe57f

#afe57f #7fafe5 #e57faf

Analogous Colors of #afe57f

#afe57f #7fe582 #e2e57f

Monochromatic Colors of #afe57f

#afe57f

Complementary Color

#afe57f #b57fe5

#afe57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe57f Color CSS Codes

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

#afe57f Text Font Color

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

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


#afe57f Background Color

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

This div background color is #afe57f


#afe57f Border Color

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

This div border color is #afe57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe57f


Comments

No comments written yet.

Please login to write comment.