Color Hex Logo

#afe91f Color Hex

#AFE91F
(175,233,31)
0 Favorites   0 Comments

Color spaces of #afe91f

RGB 17523331
HSL0.210.820.52
HSV77°87°91°
CMYK 0.250.000.87   0.09
XYZ47.065467.490711.8427
Yxy67.49070.37240.5340
Hunter Lab82.1527-41.504448.9600
CIE-Lab85.7511-43.011579.9645

#afe91f color RGB value is (175,233,31).

#afe91f hex color red value is 175, green value is 233 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #afe91f hue: 0.21 , saturation: 0.82 and the lightness value of afe91f is 0.52.

The process color (four color CMYK) of #afe91f color hex is 0.25, 0.00, 0.87, 0.09. Web safe color of #afe91f is #99ff33. Color #afe91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 00011111
Octal 257 351 37
Decimal 175 233 31
Hex AF E9 1F

RGB Percentages of Color #afe91f

%39.86
%53.08
%7.06

CMYK Percentages of Color #afe91f

%25
%0
%87
%9

Triadic Colors of #afe91f

#afe91f #1fafe9 #e91faf

Analogous Colors of #afe91f

#afe91f #4ae91f #e9be1f

Monochromatic Colors of #afe91f

#afe91f

Complementary Color

#afe91f #591fe9

#afe91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe91f Color CSS Codes

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

#afe91f Text Font Color

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

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


#afe91f Background Color

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

This div background color is #afe91f


#afe91f Border Color

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

This div border color is #afe91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe91f


Comments

No comments written yet.

Please login to write comment.