Color Hex Logo

#afe140 Color Hex

#AFE140
(175,225,64)
0 Favorites   0 Comments

Color spaces of #afe140

RGB 17522564
HSL0.220.730.57
HSV79°72°88°
CMYK 0.220.000.72   0.12
XYZ45.529863.334614.6756
Yxy63.33460.36850.5127
Hunter Lab79.5830-37.149744.7747
CIE-Lab83.6181-38.167269.2118

#afe140 color RGB value is (175,225,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01000000
Octal 257 341 100
Decimal 175 225 64
Hex AF E1 40

RGB Percentages of Color #afe140

%37.72
%48.49
%13.79

CMYK Percentages of Color #afe140

%22
%0
%72
%12

Triadic Colors of #afe140

#afe140 #40afe1 #e140af

Analogous Colors of #afe140

#afe140 #5ee140 #e1c340

Monochromatic Colors of #afe140

#afe140

Complementary Color

#afe140 #7240e1

#afe140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe140 Color CSS Codes

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

#afe140 Text Font Color

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

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


#afe140 Background Color

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

This div background color is #afe140


#afe140 Border Color

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

This div border color is #afe140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe140


Comments

No comments written yet.

Please login to write comment.