Color Hex Logo

#afe73e Color Hex

#AFE73E
(175,231,62)
0 Favorites   0 Comments

Color spaces of #afe73e

RGB 17523162
HSL0.220.780.57
HSV80°73°91°
CMYK 0.240.000.73   0.09
XYZ47.124666.613614.9314
Yxy66.61360.36620.5177
Hunter Lab81.6172-39.766646.2852
CIE-Lab85.3084-40.937571.5338

#afe73e color RGB value is (175,231,62).

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

The process color (four color CMYK) of #afe73e color hex is 0.24, 0.00, 0.73, 0.09. Web safe color of #afe73e is #99ff33. Color #afe73e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 00111110
Octal 257 347 76
Decimal 175 231 62
Hex AF E7 3E

RGB Percentages of Color #afe73e

%37.39
%49.36
%13.25

CMYK Percentages of Color #afe73e

%24
%0
%73
%9

Triadic Colors of #afe73e

#afe73e #3eafe7 #e73eaf

Analogous Colors of #afe73e

#afe73e #5be73e #e7cb3e

Monochromatic Colors of #afe73e

#afe73e

Complementary Color

#afe73e #763ee7

#afe73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe73e Color CSS Codes

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

#afe73e Text Font Color

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

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


#afe73e Background Color

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

This div background color is #afe73e


#afe73e Border Color

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

This div border color is #afe73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe73e


Comments

No comments written yet.

Please login to write comment.