Color Hex Logo

#0da53a Color Hex

#0DA53A
(13,165,58)
0 Favorites   0 Comments

Color spaces of #0da53a

RGB 1316558
HSL0.380.850.35
HSV138°92°65°
CMYK 0.920.000.65   0.35
XYZ14.384827.30138.5145
Yxy27.30130.28650.5438
Hunter Lab52.2506-42.296926.9139
CIE-Lab59.2522-57.907144.2195

#0da53a color RGB value is (13,165,58).

#0da53a hex color red value is 13, green value is 165 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #0da53a hue: 0.38 , saturation: 0.85 and the lightness value of 0da53a is 0.35.

The process color (four color CMYK) of #0da53a color hex is 0.92, 0.00, 0.65, 0.35. Web safe color of #0da53a is #009933. Color #0da53a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100101 00111010
Octal 15 245 72
Decimal 13 165 58
Hex D A5 3A

RGB Percentages of Color #0da53a

%5.51
%69.92
%24.58

CMYK Percentages of Color #0da53a

%92
%0
%65
%35

Triadic Colors of #0da53a

#0da53a #3a0da5 #a53a0d

Analogous Colors of #0da53a

#0da53a #0da586 #2ca50d

Monochromatic Colors of #0da53a

#0da53a

Complementary Color

#0da53a #a50d78

#0da53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da53a Color CSS Codes

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

#0da53a Text Font Color

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

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


#0da53a Background Color

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

This div background color is #0da53a


#0da53a Border Color

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

This div border color is #0da53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da53a


Comments

No comments written yet.

Please login to write comment.