Color Hex Logo

#0ad73d Color Hex

#0AD73D
(10,215,61)
0 Favorites   0 Comments

Color spaces of #0ad73d

RGB 1021561
HSL0.370.910.44
HSV135°95°84°
CMYK 0.950.000.72   0.16
XYZ25.267949.002312.5415
Yxy49.00230.29110.5645
Hunter Lab70.0016-58.071238.3787
CIE-Lab75.4528-72.693560.3666

#0ad73d color RGB value is (10,215,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010111 00111101
Octal 12 327 75
Decimal 10 215 61
Hex A D7 3D

RGB Percentages of Color #0ad73d

%3.50
%75.17
%21.33

CMYK Percentages of Color #0ad73d

%95
%0
%72
%16

Triadic Colors of #0ad73d

#0ad73d #3d0ad7 #d73d0a

Analogous Colors of #0ad73d

#0ad73d #0ad7a4 #3dd70a

Monochromatic Colors of #0ad73d

#0ad73d

Complementary Color

#0ad73d #d70aa4

#0ad73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad73d Color CSS Codes

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

#0ad73d Text Font Color

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

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


#0ad73d Background Color

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

This div background color is #0ad73d


#0ad73d Border Color

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

This div border color is #0ad73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad73d


Comments

No comments written yet.

Please login to write comment.