Color Hex Logo

#aefa0b Color Hex

#AEFA0B
(174,250,11)
0 Favorites   0 Comments

Color spaces of #aefa0b

RGB 17425011
HSL0.220.960.51
HSV79°96°98°
CMYK 0.300.000.96   0.02
XYZ51.701677.394012.5302
Yxy77.39400.36510.5465
Hunter Lab87.9739-49.051153.1370
CIE-Lab90.5027-50.908186.3440

#aefa0b color RGB value is (174,250,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 00001011
Octal 256 372 13
Decimal 174 250 11
Hex AE FA B

RGB Percentages of Color #aefa0b

%40.00
%57.47
%2.53

CMYK Percentages of Color #aefa0b

%30
%0
%96
%2

Triadic Colors of #aefa0b

#aefa0b #0baefa #fa0bae

Analogous Colors of #aefa0b

#aefa0b #37fa0b #facf0b

Monochromatic Colors of #aefa0b

#aefa0b

Complementary Color

#aefa0b #570bfa

#aefa0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa0b Color CSS Codes

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

#aefa0b Text Font Color

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

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


#aefa0b Background Color

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

This div background color is #aefa0b


#aefa0b Border Color

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

This div border color is #aefa0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,250,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa0b


Comments

No comments written yet.

Please login to write comment.