Color Hex Logo

#afe61f Color Hex

#AFE61F
(175,230,31)
0 Favorites   0 Comments

Color spaces of #afe61f

RGB 17523031
HSL0.210.800.51
HSV77°87°90°
CMYK 0.240.000.87   0.10
XYZ46.223365.806511.5620
Yxy65.80650.37400.5325
Hunter Lab81.1212-40.251848.3344
CIE-Lab84.8976-41.705979.2532

#afe61f color RGB value is (175,230,31).

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

The process color (four color CMYK) of #afe61f color hex is 0.24, 0.00, 0.87, 0.10. Web safe color of #afe61f is #99ff33. Color #afe61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 00011111
Octal 257 346 37
Decimal 175 230 31
Hex AF E6 1F

RGB Percentages of Color #afe61f

%40.14
%52.75
%7.11

CMYK Percentages of Color #afe61f

%24
%0
%87
%10

Triadic Colors of #afe61f

#afe61f #1fafe6 #e61faf

Analogous Colors of #afe61f

#afe61f #4ce61f #e6ba1f

Monochromatic Colors of #afe61f

#afe61f

Complementary Color

#afe61f #561fe6

#afe61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe61f Color CSS Codes

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

#afe61f Text Font Color

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

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


#afe61f Background Color

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

This div background color is #afe61f


#afe61f Border Color

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

This div border color is #afe61f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,230,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 #afe61f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe61f


Comments

No comments written yet.

Please login to write comment.