Color Hex Logo

#0ad738 Color Hex

#0AD738
(10,215,56)
0 Favorites   0 Comments

Color spaces of #0ad738

RGB 1021556
HSL0.370.910.44
HSV133°95°84°
CMYK 0.950.000.74   0.16
XYZ25.139448.950911.8649
Yxy48.95090.29250.5695
Hunter Lab69.9649-58.301038.9208
CIE-Lab75.4208-73.101562.0939

#0ad738 color RGB value is (10,215,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010111 00111000
Octal 12 327 70
Decimal 10 215 56
Hex A D7 38

RGB Percentages of Color #0ad738

%3.56
%76.51
%19.93

CMYK Percentages of Color #0ad738

%95
%0
%74
%16

Triadic Colors of #0ad738

#0ad738 #380ad7 #d7380a

Analogous Colors of #0ad738

#0ad738 #0ad79f #42d70a

Monochromatic Colors of #0ad738

#0ad738

Complementary Color

#0ad738 #d70aa9

#0ad738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad738 Color CSS Codes

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

#0ad738 Text Font Color

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

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


#0ad738 Background Color

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

This div background color is #0ad738


#0ad738 Border Color

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

This div border color is #0ad738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad738


Comments

No comments written yet.

Please login to write comment.