Color Hex Logo

#afe56f Color Hex

#AFE56F
(175,229,111)
0 Favorites   0 Comments

Color spaces of #afe56f

RGB 175229111
HSL0.240.690.67
HSV87°52°90°
CMYK 0.240.000.52   0.10
XYZ48.567866.300325.2764
Yxy66.30030.34660.4731
Hunter Lab81.4250-36.023338.5924
CIE-Lab85.1494-36.252651.4776

#afe56f color RGB value is (175,229,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01101111
Octal 257 345 157
Decimal 175 229 111
Hex AF E5 6F

RGB Percentages of Color #afe56f

%33.98
%44.47
%21.55

CMYK Percentages of Color #afe56f

%24
%0
%52
%10

Triadic Colors of #afe56f

#afe56f #6fafe5 #e56faf

Analogous Colors of #afe56f

#afe56f #74e56f #e5e06f

Monochromatic Colors of #afe56f

#afe56f

Complementary Color

#afe56f #a56fe5

#afe56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe56f Color CSS Codes

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

#afe56f Text Font Color

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

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


#afe56f Background Color

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

This div background color is #afe56f


#afe56f Border Color

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

This div border color is #afe56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe56f


Comments

No comments written yet.

Please login to write comment.