Color Hex Logo

#0db805 Color Hex

#0DB805
(13,184,5)
0 Favorites   0 Comments

Color spaces of #0db805

RGB 131845
HSL0.330.950.37
HSV117°97°72°
CMYK 0.930.000.97   0.28
XYZ17.333934.37755.8655
Yxy34.37750.30110.5971
Hunter Lab58.6323-49.835335.1113
CIE-Lab65.2611-66.718064.5709

#0db805 color RGB value is (13,184,5).

#0db805 hex color red value is 13, green value is 184 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #0db805 hue: 0.33 , saturation: 0.95 and the lightness value of 0db805 is 0.37.

The process color (four color CMYK) of #0db805 color hex is 0.93, 0.00, 0.97, 0.28. Web safe color of #0db805 is #00cc00. Color #0db805 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111000 00000101
Octal 15 270 5
Decimal 13 184 5
Hex D B8 5

RGB Percentages of Color #0db805

%6.44
%91.09
%2.48

CMYK Percentages of Color #0db805

%93
%0
%97
%28

Triadic Colors of #0db805

#0db805 #050db8 #b8050d

Analogous Colors of #0db805

#0db805 #05b857 #67b805

Monochromatic Colors of #0db805

#0db805

Complementary Color

#0db805 #b005b8

#0db805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db805 Color CSS Codes

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

#0db805 Text Font Color

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

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


#0db805 Background Color

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

This div background color is #0db805


#0db805 Border Color

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

This div border color is #0db805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db805


Comments

No comments written yet.

Please login to write comment.