Color Hex Logo

#afe36a Color Hex

#AFE36A
(175,227,106)
0 Favorites   0 Comments

Color spaces of #afe36a

RGB 175227106
HSL0.240.680.65
HSV86°53°89°
CMYK 0.230.000.53   0.11
XYZ47.749865.092723.6831
Yxy65.09270.34970.4768
Hunter Lab80.6800-35.546439.0718
CIE-Lab84.5315-35.846253.0512

#afe36a color RGB value is (175,227,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 01101010
Octal 257 343 152
Decimal 175 227 106
Hex AF E3 6A

RGB Percentages of Color #afe36a

%34.45
%44.69
%20.87

CMYK Percentages of Color #afe36a

%23
%0
%53
%11

Triadic Colors of #afe36a

#afe36a #6aafe3 #e36aaf

Analogous Colors of #afe36a

#afe36a #73e36a #e3db6a

Monochromatic Colors of #afe36a

#afe36a

Complementary Color

#afe36a #9e6ae3

#afe36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe36a Color CSS Codes

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

#afe36a Text Font Color

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

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


#afe36a Background Color

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

This div background color is #afe36a


#afe36a Border Color

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

This div border color is #afe36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe36a


Comments

No comments written yet.

Please login to write comment.