Color Hex Logo

#0db12f Color Hex

#0DB12F
(13,177,47)
0 Favorites   0 Comments

Color spaces of #0db12f

RGB 1317747
HSL0.370.860.37
HSV132°93°69°
CMYK 0.930.000.73   0.31
XYZ16.401231.73517.9504
Yxy31.73510.29240.5658
Hunter Lab56.3339-46.615431.0661
CIE-Lab63.1233-62.683252.8260

#0db12f color RGB value is (13,177,47).

#0db12f hex color red value is 13, green value is 177 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0db12f hue: 0.37 , saturation: 0.86 and the lightness value of 0db12f is 0.37.

The process color (four color CMYK) of #0db12f color hex is 0.93, 0.00, 0.73, 0.31. Web safe color of #0db12f is #009933. Color #0db12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110001 00101111
Octal 15 261 57
Decimal 13 177 47
Hex D B1 2F

RGB Percentages of Color #0db12f

%5.49
%74.68
%19.83

CMYK Percentages of Color #0db12f

%93
%0
%73
%31

Triadic Colors of #0db12f

#0db12f #2f0db1 #b12f0d

Analogous Colors of #0db12f

#0db12f #0db181 #3db10d

Monochromatic Colors of #0db12f

#0db12f

Complementary Color

#0db12f #b10d8f

#0db12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db12f Color CSS Codes

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

#0db12f Text Font Color

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

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


#0db12f Background Color

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

This div background color is #0db12f


#0db12f Border Color

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

This div border color is #0db12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db12f


Comments

No comments written yet.

Please login to write comment.