Color Hex Logo

#0adb3e Color Hex

#0ADB3E
(10,219,62)
0 Favorites   0 Comments

Color spaces of #0adb3e

RGB 1021962
HSL0.370.910.45
HSV135°95°86°
CMYK 0.950.000.72   0.14
XYZ26.326251.075413.0284
Yxy51.07540.29110.5648
Hunter Lab71.4671-59.313639.2184
CIE-Lab76.7247-73.748661.3162

#0adb3e color RGB value is (10,219,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 00111110
Octal 12 333 76
Decimal 10 219 62
Hex A DB 3E

RGB Percentages of Color #0adb3e

%3.44
%75.26
%21.31

CMYK Percentages of Color #0adb3e

%95
%0
%72
%14

Triadic Colors of #0adb3e

#0adb3e #3e0adb #db3e0a

Analogous Colors of #0adb3e

#0adb3e #0adba7 #3fdb0a

Monochromatic Colors of #0adb3e

#0adb3e

Complementary Color

#0adb3e #db0aa7

#0adb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adb3e Color CSS Codes

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

#0adb3e Text Font Color

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

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


#0adb3e Background Color

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

This div background color is #0adb3e


#0adb3e Border Color

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

This div border color is #0adb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adb3e


Comments

No comments written yet.

Please login to write comment.