color codes Logo

#aaeb21 color codes

#AAEB21
(170,235,33)
0 Favorites   0 Comments

Color spaces of #aaeb21

RGB 17023533
HSL0.220.830.53
HSV79°86°92°
CMYK 0.280.000.86   0.08
XYZ46.560468.072512.1242
Yxy68.07250.36730.5370
Hunter Lab82.5061-43.653249.0416
CIE-Lab86.0427-45.688079.7166

#aaeb21 color RGB value is (170,235,33).

#aaeb21 hex color red value is 170, green value is 235 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aaeb21 hue: 0.22 , saturation: 0.83 and the lightness value of aaeb21 is 0.53.

The process color (four color CMYK) of #aaeb21 color code is 0.28, 0.00, 0.86, 0.08. Web safe color of #aaeb21 is #99ff33. Color #aaeb21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 00100001
Octal 252 353 41
Decimal 170 235 33
Hex AA EB 21

RGB Percentages of Color #aaeb21

%38.81
%53.65
%7.53

CMYK Percentages of Color #aaeb21

%28
%0
%86
%8

Triadic Colors of #aaeb21

#aaeb21 #21aaeb #eb21aa

Analogous Colors of #aaeb21

#aaeb21 #45eb21 #ebc721

Monochromatic Colors of #aaeb21

#aaeb21

Complementary Color

#aaeb21 #6221eb

#aaeb21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb21 Color CSS Codes

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

#aaeb21 Text Font Color

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

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


#aaeb21 Background Color

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

This div background color is #aaeb21


#aaeb21 Border Color

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

This div border color is #aaeb21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,235,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb21


Comments

No comments written yet.

Please login to write comment.