Color Hex Logo

#0db42d Color Hex

#0DB42D
(13,180,45)
0 Favorites   0 Comments

Color spaces of #0db42d

RGB 1318045
HSL0.370.870.38
HSV131°93°71°
CMYK 0.930.000.75   0.29
XYZ16.960932.91757.9424
Yxy32.91750.29330.5693
Hunter Lab57.3738-47.635731.9540
CIE-Lab64.0941-63.736254.5277

#0db42d color RGB value is (13,180,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110100 00101101
Octal 15 264 55
Decimal 13 180 45
Hex D B4 2D

RGB Percentages of Color #0db42d

%5.46
%75.63
%18.91

CMYK Percentages of Color #0db42d

%93
%0
%75
%29

Triadic Colors of #0db42d

#0db42d #2d0db4 #b42d0d

Analogous Colors of #0db42d

#0db42d #0db481 #41b40d

Monochromatic Colors of #0db42d

#0db42d

Complementary Color

#0db42d #b40d94

#0db42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db42d Color CSS Codes

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

#0db42d Text Font Color

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

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


#0db42d Background Color

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

This div background color is #0db42d


#0db42d Border Color

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

This div border color is #0db42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db42d


Comments

No comments written yet.

Please login to write comment.