Color Hex Logo

#aae10b Color Hex

#AAE10B
(170,225,11)
0 Favorites   0 Comments

Color spaces of #aae10b

RGB 17022511
HSL0.210.910.46
HSV75°95°88°
CMYK 0.240.000.95   0.12
XYZ43.563262.420610.0690
Yxy62.42060.37540.5379
Hunter Lab79.0067-39.839347.7485
CIE-Lab83.1366-41.807580.4828

#aae10b color RGB value is (170,225,11).

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

The process color (four color CMYK) of #aae10b color hex is 0.24, 0.00, 0.95, 0.12. Web safe color of #aae10b is #99cc00. Color #aae10b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 00001011
Octal 252 341 13
Decimal 170 225 11
Hex AA E1 B

RGB Percentages of Color #aae10b

%41.87
%55.42
%2.71

CMYK Percentages of Color #aae10b

%24
%0
%95
%12

Triadic Colors of #aae10b

#aae10b #0baae1 #e10baa

Analogous Colors of #aae10b

#aae10b #3fe10b #e1ad0b

Monochromatic Colors of #aae10b

#aae10b

Complementary Color

#aae10b #420be1

#aae10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae10b Color CSS Codes

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

#aae10b Text Font Color

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

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


#aae10b Background Color

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

This div background color is #aae10b


#aae10b Border Color

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

This div border color is #aae10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae10b


Comments

No comments written yet.

Please login to write comment.