Color Hex Logo

#0db82e Color Hex

#0DB82E
(13,184,46)
0 Favorites   0 Comments

Color spaces of #0db82e

RGB 1318446
HSL0.370.870.39
HSV132°93°72°
CMYK 0.930.000.75   0.28
XYZ17.799634.56388.3181
Yxy34.56380.29330.5696
Hunter Lab58.7910-48.841432.7650
CIE-Lab65.4076-64.832755.4951

#0db82e color RGB value is (13,184,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111000 00101110
Octal 15 270 56
Decimal 13 184 46
Hex D B8 2E

RGB Percentages of Color #0db82e

%5.35
%75.72
%18.93

CMYK Percentages of Color #0db82e

%93
%0
%75
%28

Triadic Colors of #0db82e

#0db82e #2e0db8 #b82e0d

Analogous Colors of #0db82e

#0db82e #0db884 #42b80d

Monochromatic Colors of #0db82e

#0db82e

Complementary Color

#0db82e #b80d97

#0db82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db82e Color CSS Codes

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

#0db82e Text Font Color

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

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


#0db82e Background Color

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

This div background color is #0db82e


#0db82e Border Color

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

This div border color is #0db82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db82e


Comments

No comments written yet.

Please login to write comment.