Color Hex Logo

#0da319 Color Hex

#0DA319
(13,163,25)
0 Favorites   0 Comments

Color spaces of #0da319

RGB 1316325
HSL0.350.850.35
HSV125°92°64°
CMYK 0.920.000.85   0.36
XYZ13.438626.35015.2975
Yxy26.35010.29810.5844
Hunter Lab51.3323-43.101029.8139
CIE-Lab58.3679-60.070755.2075

#0da319 color RGB value is (13,163,25).

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

The process color (four color CMYK) of #0da319 color hex is 0.92, 0.00, 0.85, 0.36. Web safe color of #0da319 is #009900. Color #0da319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100011 00011001
Octal 15 243 31
Decimal 13 163 25
Hex D A3 19

RGB Percentages of Color #0da319

%6.47
%81.09
%12.44

CMYK Percentages of Color #0da319

%92
%0
%85
%36

Triadic Colors of #0da319

#0da319 #190da3 #a3190d

Analogous Colors of #0da319

#0da319 #0da364 #4ca30d

Monochromatic Colors of #0da319

#0da319

Complementary Color

#0da319 #a30d97

#0da319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da319 Color CSS Codes

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

#0da319 Text Font Color

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

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


#0da319 Background Color

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

This div background color is #0da319


#0da319 Border Color

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

This div border color is #0da319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,163,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da319


Comments

No comments written yet.

Please login to write comment.