Color Hex Logo

#0dba47 Color Hex

#0DBA47
(13,186,71)
0 Favorites   0 Comments

Color spaces of #0dba47

RGB 1318671
HSL0.390.870.39
HSV140°93°73°
CMYK 0.930.000.62   0.27
XYZ18.862235.658311.8498
Yxy35.65830.28420.5373
Hunter Lab59.7146-48.117230.0347
CIE-Lab66.2580-62.915346.3366

#0dba47 color RGB value is (13,186,71).

#0dba47 hex color red value is 13, green value is 186 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #0dba47 hue: 0.39 , saturation: 0.87 and the lightness value of 0dba47 is 0.39.

The process color (four color CMYK) of #0dba47 color hex is 0.93, 0.00, 0.62, 0.27. Web safe color of #0dba47 is #00cc33. Color #0dba47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111010 01000111
Octal 15 272 107
Decimal 13 186 71
Hex D BA 47

RGB Percentages of Color #0dba47

%4.81
%68.89
%26.30

CMYK Percentages of Color #0dba47

%93
%0
%62
%27

Triadic Colors of #0dba47

#0dba47 #470dba #ba470d

Analogous Colors of #0dba47

#0dba47 #0dba9e #2aba0d

Monochromatic Colors of #0dba47

#0dba47

Complementary Color

#0dba47 #ba0d80

#0dba47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dba47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dba47 Color CSS Codes

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

#0dba47 Text Font Color

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

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


#0dba47 Background Color

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

This div background color is #0dba47


#0dba47 Border Color

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

This div border color is #0dba47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dba47


Comments

No comments written yet.

Please login to write comment.