Color Hex Logo

#0db31e Color Hex

#0DB31E
(13,179,30)
0 Favorites   0 Comments

Color spaces of #0db31e

RGB 1317930
HSL0.350.860.38
HSV126°93°70°
CMYK 0.930.000.83   0.30
XYZ16.520432.41956.6152
Yxy32.41950.29740.5836
Hunter Lab56.9381-47.850632.9682
CIE-Lab63.6881-64.444758.7688

#0db31e color RGB value is (13,179,30).

#0db31e hex color red value is 13, green value is 179 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0db31e hue: 0.35 , saturation: 0.86 and the lightness value of 0db31e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110011 00011110
Octal 15 263 36
Decimal 13 179 30
Hex D B3 1E

RGB Percentages of Color #0db31e

%5.86
%80.63
%13.51

CMYK Percentages of Color #0db31e

%93
%0
%83
%30

Triadic Colors of #0db31e

#0db31e #1e0db3 #b31e0d

Analogous Colors of #0db31e

#0db31e #0db371 #4fb30d

Monochromatic Colors of #0db31e

#0db31e

Complementary Color

#0db31e #b30da2

#0db31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db31e Color CSS Codes

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

#0db31e Text Font Color

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

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


#0db31e Background Color

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

This div background color is #0db31e


#0db31e Border Color

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

This div border color is #0db31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db31e


Comments

No comments written yet.

Please login to write comment.