Color Hex Logo

#0da417 Color Hex

#0DA417
(13,164,23)
0 Favorites   0 Comments

Color spaces of #0da417

RGB 1316423
HSL0.340.850.35
HSV124°92°64°
CMYK 0.920.000.86   0.36
XYZ13.596126.69835.2473
Yxy26.69830.29850.5862
Hunter Lab51.6704-43.454330.1482
CIE-Lab58.6940-60.462856.0011

#0da417 color RGB value is (13,164,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100100 00010111
Octal 15 244 27
Decimal 13 164 23
Hex D A4 17

RGB Percentages of Color #0da417

%6.50
%82.00
%11.50

CMYK Percentages of Color #0da417

%92
%0
%86
%36

Triadic Colors of #0da417

#0da417 #170da4 #a4170d

Analogous Colors of #0da417

#0da417 #0da463 #4fa40d

Monochromatic Colors of #0da417

#0da417

Complementary Color

#0da417 #a40d9a

#0da417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da417 Color CSS Codes

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

#0da417 Text Font Color

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

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


#0da417 Background Color

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

This div background color is #0da417


#0da417 Border Color

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

This div border color is #0da417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da417


Comments

No comments written yet.

Please login to write comment.