Color Hex Logo

#0ad03a Color Hex

#0AD03A
(10,208,58)
0 Favorites   0 Comments

Color spaces of #0ad03a

RGB 1020858
HSL0.370.910.43
HSV135°95°82°
CMYK 0.950.000.72   0.18
XYZ23.444845.481811.5462
Yxy45.48180.29130.5652
Hunter Lab67.4402-55.966937.0573
CIE-Lab73.2080-70.943859.1419

#0ad03a color RGB value is (10,208,58).

#0ad03a hex color red value is 10, green value is 208 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #0ad03a hue: 0.37 , saturation: 0.91 and the lightness value of 0ad03a is 0.43.

The process color (four color CMYK) of #0ad03a color hex is 0.95, 0.00, 0.72, 0.18. Web safe color of #0ad03a is #00cc33. Color #0ad03a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010000 00111010
Octal 12 320 72
Decimal 10 208 58
Hex A D0 3A

RGB Percentages of Color #0ad03a

%3.62
%75.36
%21.01

CMYK Percentages of Color #0ad03a

%95
%0
%72
%18

Triadic Colors of #0ad03a

#0ad03a #3a0ad0 #d03a0a

Analogous Colors of #0ad03a

#0ad03a #0ad09d #3dd00a

Monochromatic Colors of #0ad03a

#0ad03a

Complementary Color

#0ad03a #d00aa0

#0ad03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad03a Color CSS Codes

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

#0ad03a Text Font Color

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

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


#0ad03a Background Color

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

This div background color is #0ad03a


#0ad03a Border Color

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

This div border color is #0ad03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad03a


Comments

No comments written yet.

Please login to write comment.