Color Hex Logo

#aefa0a Color Hex

#AEFA0A
(174,250,10)
0 Favorites   0 Comments

Color spaces of #aefa0a

RGB 17425010
HSL0.220.960.51
HSV79°96°98°
CMYK 0.300.000.96   0.02
XYZ51.696077.391812.5006
Yxy77.39180.36510.5466
Hunter Lab87.9726-49.058853.1559
CIE-Lab90.5016-50.918586.4189

#aefa0a color RGB value is (174,250,10).

#aefa0a hex color red value is 174, green value is 250 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aefa0a hue: 0.22 , saturation: 0.96 and the lightness value of aefa0a is 0.51.

The process color (four color CMYK) of #aefa0a color hex is 0.30, 0.00, 0.96, 0.02. Web safe color of #aefa0a is #99ff00. Color #aefa0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 00001010
Octal 256 372 12
Decimal 174 250 10
Hex AE FA A

RGB Percentages of Color #aefa0a

%40.09
%57.60
%2.30

CMYK Percentages of Color #aefa0a

%30
%0
%96
%2

Triadic Colors of #aefa0a

#aefa0a #0aaefa #fa0aae

Analogous Colors of #aefa0a

#aefa0a #36fa0a #face0a

Monochromatic Colors of #aefa0a

#aefa0a

Complementary Color

#aefa0a #560afa

#aefa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa0a Color CSS Codes

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

#aefa0a Text Font Color

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

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


#aefa0a Background Color

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

This div background color is #aefa0a


#aefa0a Border Color

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

This div border color is #aefa0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa0a


Comments

No comments written yet.

Please login to write comment.