Color Hex Logo

#0db944 Color Hex

#0DB944
(13,185,68)
0 Favorites   0 Comments

Color spaces of #0db944

RGB 1318568
HSL0.390.870.39
HSV139°93°73°
CMYK 0.930.000.63   0.27
XYZ18.558335.200811.2852
Yxy35.20080.28530.5412
Hunter Lab59.3303-47.993830.2536
CIE-Lab65.9047-62.967247.2687

#0db944 color RGB value is (13,185,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111001 01000100
Octal 15 271 104
Decimal 13 185 68
Hex D B9 44

RGB Percentages of Color #0db944

%4.89
%69.55
%25.56

CMYK Percentages of Color #0db944

%93
%0
%63
%27

Triadic Colors of #0db944

#0db944 #440db9 #b9440d

Analogous Colors of #0db944

#0db944 #0db99a #2cb90d

Monochromatic Colors of #0db944

#0db944

Complementary Color

#0db944 #b90d82

#0db944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db944 Color CSS Codes

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

#0db944 Text Font Color

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

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


#0db944 Background Color

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

This div background color is #0db944


#0db944 Border Color

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

This div border color is #0db944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db944


Comments

No comments written yet.

Please login to write comment.