Color Hex Logo

#0db361 Color Hex

#0DB361
(13,179,97)
0 Favorites   0 Comments

Color spaces of #0db361

RGB 1317997
HSL0.420.860.38
HSV150°93°70°
CMYK 0.930.000.46   0.30
XYZ18.443733.188816.7433
Yxy33.18880.26970.4854
Hunter Lab57.6097-43.670423.0952
CIE-Lab64.3135-56.706931.3220

#0db361 color RGB value is (13,179,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110011 01100001
Octal 15 263 141
Decimal 13 179 97
Hex D B3 61

RGB Percentages of Color #0db361

%4.50
%61.94
%33.56

CMYK Percentages of Color #0db361

%93
%0
%46
%30

Triadic Colors of #0db361

#0db361 #610db3 #b3610d

Analogous Colors of #0db361

#0db361 #0db2b3 #0db30e

Monochromatic Colors of #0db361

#0db361

Complementary Color

#0db361 #b30d5f

#0db361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db361 Color CSS Codes

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

#0db361 Text Font Color

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

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


#0db361 Background Color

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

This div background color is #0db361


#0db361 Border Color

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

This div border color is #0db361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db361


Comments

No comments written yet.

Please login to write comment.