Color Hex Logo

#0aad3a Color Hex

#0AAD3A
(10,173,58)
0 Favorites   0 Comments

Color spaces of #0aad3a

RGB 1017358
HSL0.380.890.36
HSV138°94°68°
CMYK 0.940.000.66   0.32
XYZ15.832530.25729.0087
Yxy30.25720.28730.5491
Hunter Lab55.0065-44.883928.7944
CIE-Lab61.8755-60.559947.1188

#0aad3a color RGB value is (10,173,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 00111010
Octal 12 255 72
Decimal 10 173 58
Hex A AD 3A

RGB Percentages of Color #0aad3a

%4.15
%71.78
%24.07

CMYK Percentages of Color #0aad3a

%94
%0
%66
%32

Triadic Colors of #0aad3a

#0aad3a #3a0aad #ad3a0a

Analogous Colors of #0aad3a

#0aad3a #0aad8c #2cad0a

Monochromatic Colors of #0aad3a

#0aad3a

Complementary Color

#0aad3a #ad0a7d

#0aad3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aad3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aad3a Color CSS Codes

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

#0aad3a Text Font Color

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

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


#0aad3a Background Color

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

This div background color is #0aad3a


#0aad3a Border Color

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

This div border color is #0aad3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,173,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aad3a


Comments

No comments written yet.

Please login to write comment.