Color Hex Logo

#afe141 Color Hex

#AFE141
(175,225,65)
0 Favorites   0 Comments

Color spaces of #afe141

RGB 17522565
HSL0.220.730.57
HSV79°71°88°
CMYK 0.220.000.71   0.12
XYZ45.558563.346014.8268
Yxy63.34600.36820.5120
Hunter Lab79.5902-37.107144.6680
CIE-Lab83.6241-38.110868.8711

#afe141 color RGB value is (175,225,65).

#afe141 hex color red value is 175, green value is 225 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afe141 hue: 0.22 , saturation: 0.73 and the lightness value of afe141 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01000001
Octal 257 341 101
Decimal 175 225 65
Hex AF E1 41

RGB Percentages of Color #afe141

%37.63
%48.39
%13.98

CMYK Percentages of Color #afe141

%22
%0
%71
%12

Triadic Colors of #afe141

#afe141 #41afe1 #e141af

Analogous Colors of #afe141

#afe141 #5fe141 #e1c341

Monochromatic Colors of #afe141

#afe141

Complementary Color

#afe141 #7341e1

#afe141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe141 Color CSS Codes

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

#afe141 Text Font Color

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

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


#afe141 Background Color

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

This div background color is #afe141


#afe141 Border Color

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

This div border color is #afe141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe141


Comments

No comments written yet.

Please login to write comment.