Color Hex Logo

#afe16a Color Hex

#AFE16A
(175,225,106)
0 Favorites   0 Comments

Color spaces of #afe16a

RGB 175225106
HSL0.240.660.65
HSV85°53°88°
CMYK 0.220.000.53   0.12
XYZ47.205964.005023.5019
Yxy64.00500.35040.4751
Hunter Lab80.0031-34.681438.5850
CIE-Lab83.9684-34.933952.3879

#afe16a color RGB value is (175,225,106).

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

The process color (four color CMYK) of #afe16a color hex is 0.22, 0.00, 0.53, 0.12. Web safe color of #afe16a is #99cc66. Color #afe16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01101010
Octal 257 341 152
Decimal 175 225 106
Hex AF E1 6A

RGB Percentages of Color #afe16a

%34.58
%44.47
%20.95

CMYK Percentages of Color #afe16a

%22
%0
%53
%12

Triadic Colors of #afe16a

#afe16a #6aafe1 #e16aaf

Analogous Colors of #afe16a

#afe16a #74e16a #e1d86a

Monochromatic Colors of #afe16a

#afe16a

Complementary Color

#afe16a #9c6ae1

#afe16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe16a Color CSS Codes

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

#afe16a Text Font Color

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

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


#afe16a Background Color

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

This div background color is #afe16a


#afe16a Border Color

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

This div border color is #afe16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe16a


Comments

No comments written yet.

Please login to write comment.