Color Hex Logo

#afe56a Color Hex

#AFE56A
(175,229,106)
0 Favorites   0 Comments

Color spaces of #afe56a

RGB 175229106
HSL0.240.700.66
HSV86°54°90°
CMYK 0.240.000.54   0.10
XYZ48.300066.193223.8666
Yxy66.19320.34910.4784
Hunter Lab81.3592-36.409639.5588
CIE-Lab85.0949-36.753753.7127

#afe56a color RGB value is (175,229,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01101010
Octal 257 345 152
Decimal 175 229 106
Hex AF E5 6A

RGB Percentages of Color #afe56a

%34.31
%44.90
%20.78

CMYK Percentages of Color #afe56a

%24
%0
%54
%10

Triadic Colors of #afe56a

#afe56a #6aafe5 #e56aaf

Analogous Colors of #afe56a

#afe56a #72e56a #e5de6a

Monochromatic Colors of #afe56a

#afe56a

Complementary Color

#afe56a #a06ae5

#afe56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe56a Color CSS Codes

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

#afe56a Text Font Color

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

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


#afe56a Background Color

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

This div background color is #afe56a


#afe56a Border Color

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

This div border color is #afe56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe56a


Comments

No comments written yet.

Please login to write comment.