Color Hex Logo

#afe12e Color Hex

#AFE12E
(175,225,46)
0 Favorites   0 Comments

Color spaces of #afe12e

RGB 17522546
HSL0.210.750.53
HSV77°80°88°
CMYK 0.220.000.80   0.12
XYZ45.097663.161612.3993
Yxy63.16160.37380.5235
Hunter Lab79.4743-37.790346.3818
CIE-Lab83.5273-39.017774.6575

#afe12e color RGB value is (175,225,46).

#afe12e hex color red value is 175, green value is 225 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afe12e hue: 0.21 , saturation: 0.75 and the lightness value of afe12e is 0.53.

The process color (four color CMYK) of #afe12e color hex is 0.22, 0.00, 0.80, 0.12. Web safe color of #afe12e is #99cc33. Color #afe12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00101110
Octal 257 341 56
Decimal 175 225 46
Hex AF E1 2E

RGB Percentages of Color #afe12e

%39.24
%50.45
%10.31

CMYK Percentages of Color #afe12e

%22
%0
%80
%12

Triadic Colors of #afe12e

#afe12e #2eafe1 #e12eaf

Analogous Colors of #afe12e

#afe12e #55e12e #e1ba2e

Monochromatic Colors of #afe12e

#afe12e

Complementary Color

#afe12e #602ee1

#afe12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe12e Color CSS Codes

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

#afe12e Text Font Color

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

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


#afe12e Background Color

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

This div background color is #afe12e


#afe12e Border Color

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

This div border color is #afe12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe12e


Comments

No comments written yet.

Please login to write comment.