Color Hex Logo

#afe47f Color Hex

#AFE47F
(175,228,127)
0 Favorites   0 Comments

Color spaces of #afe47f

RGB 175228127
HSL0.250.650.70
HSV91°44°89°
CMYK 0.230.000.44   0.11
XYZ49.253466.133130.2477
Yxy66.13310.33820.4541
Hunter Lab81.3223-34.204234.8728
CIE-Lab85.0643-34.013643.7497

#afe47f color RGB value is (175,228,127).

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

The process color (four color CMYK) of #afe47f color hex is 0.23, 0.00, 0.44, 0.11. Web safe color of #afe47f is #99cc66. Color #afe47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01111111
Octal 257 344 177
Decimal 175 228 127
Hex AF E4 7F

RGB Percentages of Color #afe47f

%33.02
%43.02
%23.96

CMYK Percentages of Color #afe47f

%23
%0
%44
%11

Triadic Colors of #afe47f

#afe47f #7fafe4 #e47faf

Analogous Colors of #afe47f

#afe47f #7fe482 #e2e47f

Monochromatic Colors of #afe47f

#afe47f

Complementary Color

#afe47f #b47fe4

#afe47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe47f Color CSS Codes

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

#afe47f Text Font Color

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

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


#afe47f Background Color

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

This div background color is #afe47f


#afe47f Border Color

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

This div border color is #afe47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe47f


Comments

No comments written yet.

Please login to write comment.