Color Hex Logo

#0da306 Color Hex

#0DA306
(13,163,6)
0 Favorites   0 Comments

Color spaces of #0da306

RGB 131636
HSL0.330.930.33
HSV117°96°64°
CMYK 0.920.000.96   0.36
XYZ13.296026.29314.5466
Yxy26.29310.30130.5957
Hunter Lab51.2768-43.449630.6366
CIE-Lab58.3142-60.764058.7419

#0da306 color RGB value is (13,163,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100011 00000110
Octal 15 243 6
Decimal 13 163 6
Hex D A3 6

RGB Percentages of Color #0da306

%7.14
%89.56
%3.30

CMYK Percentages of Color #0da306

%92
%0
%96
%36

Triadic Colors of #0da306

#0da306 #060da3 #a3060d

Analogous Colors of #0da306

#0da306 #06a34d #5ca306

Monochromatic Colors of #0da306

#0da306

Complementary Color

#0da306 #9c06a3

#0da306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da306 Color CSS Codes

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

#0da306 Text Font Color

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

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


#0da306 Background Color

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

This div background color is #0da306


#0da306 Border Color

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

This div border color is #0da306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da306


Comments

No comments written yet.

Please login to write comment.