Color Hex Logo

#afe10a Color Hex

#AFE10A
(175,225,10)
0 Favorites   0 Comments

Color spaces of #afe10a

RGB 17522510
HSL0.210.910.46
HSV74°96°88°
CMYK 0.220.000.96   0.12
XYZ44.659262.986310.0909
Yxy62.98630.37930.5350
Hunter Lab79.3639-38.442448.0162
CIE-Lab83.4352-39.888380.9320

#afe10a color RGB value is (175,225,10).

#afe10a hex color red value is 175, green value is 225 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #afe10a hue: 0.21 , saturation: 0.91 and the lightness value of afe10a is 0.46.

The process color (four color CMYK) of #afe10a color hex is 0.22, 0.00, 0.96, 0.12. Web safe color of #afe10a is #99cc00. Color #afe10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00001010
Octal 257 341 12
Decimal 175 225 10
Hex AF E1 A

RGB Percentages of Color #afe10a

%42.68
%54.88
%2.44

CMYK Percentages of Color #afe10a

%22
%0
%96
%12

Triadic Colors of #afe10a

#afe10a #0aafe1 #e10aaf

Analogous Colors of #afe10a

#afe10a #43e10a #e1a80a

Monochromatic Colors of #afe10a

#afe10a

Complementary Color

#afe10a #3c0ae1

#afe10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe10a Color CSS Codes

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

#afe10a Text Font Color

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

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


#afe10a Background Color

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

This div background color is #afe10a


#afe10a Border Color

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

This div border color is #afe10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe10a


Comments

No comments written yet.

Please login to write comment.