Color Hex Logo

#0aae21 Color Hex

#0AAE21
(10,174,33)
0 Favorites   0 Comments

Color spaces of #0aae21

RGB 1017433
HSL0.360.890.36
HSV128°94°68°
CMYK 0.940.000.81   0.32
XYZ15.535730.44646.4968
Yxy30.44640.29600.5802
Hunter Lab55.1783-46.304431.6439
CIE-Lab62.0375-62.988056.3949

#0aae21 color RGB value is (10,174,33).

#0aae21 hex color red value is 10, green value is 174 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #0aae21 hue: 0.36 , saturation: 0.89 and the lightness value of 0aae21 is 0.36.

The process color (four color CMYK) of #0aae21 color hex is 0.94, 0.00, 0.81, 0.32. Web safe color of #0aae21 is #009933. Color #0aae21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101110 00100001
Octal 12 256 41
Decimal 10 174 33
Hex A AE 21

RGB Percentages of Color #0aae21

%4.61
%80.18
%15.21

CMYK Percentages of Color #0aae21

%94
%0
%81
%32

Triadic Colors of #0aae21

#0aae21 #210aae #ae210a

Analogous Colors of #0aae21

#0aae21 #0aae73 #45ae0a

Monochromatic Colors of #0aae21

#0aae21

Complementary Color

#0aae21 #ae0a97

#0aae21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aae21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aae21 Color CSS Codes

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

#0aae21 Text Font Color

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

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


#0aae21 Background Color

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

This div background color is #0aae21


#0aae21 Border Color

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

This div border color is #0aae21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aae21


Comments

No comments written yet.

Please login to write comment.