Color Hex Logo

#aef90b Color Hex

#AEF90B
(174,249,11)
0 Favorites   0 Comments

Color spaces of #aef90b

RGB 17424911
HSL0.220.950.51
HSV79°96°98°
CMYK 0.300.000.96   0.02
XYZ51.391676.774212.4269
Yxy76.77420.36550.5461
Hunter Lab87.6209-48.642352.9258
CIE-Lab90.2176-50.496786.1206

#aef90b color RGB value is (174,249,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 00001011
Octal 256 371 13
Decimal 174 249 11
Hex AE F9 B

RGB Percentages of Color #aef90b

%40.09
%57.37
%2.53

CMYK Percentages of Color #aef90b

%30
%0
%96
%2

Triadic Colors of #aef90b

#aef90b #0baef9 #f90bae

Analogous Colors of #aef90b

#aef90b #37f90b #f9cd0b

Monochromatic Colors of #aef90b

#aef90b

Complementary Color

#aef90b #560bf9

#aef90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef90b Color CSS Codes

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

#aef90b Text Font Color

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

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


#aef90b Background Color

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

This div background color is #aef90b


#aef90b Border Color

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

This div border color is #aef90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef90b


Comments

No comments written yet.

Please login to write comment.