Color Hex Logo

#0db690 Color Hex

#0DB690
(13,182,144)
0 Favorites   0 Comments

Color spaces of #0db690

RGB 13182144
HSL0.460.870.38
HSV167°93°71°
CMYK 0.930.000.21   0.29
XYZ21.928035.555132.0927
Yxy35.55510.24480.3969
Hunter Lab59.6281-38.70659.8289
CIE-Lab66.1786-47.55828.5870

#0db690 color RGB value is (13,182,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110110 10010000
Octal 15 266 220
Decimal 13 182 144
Hex D B6 90

RGB Percentages of Color #0db690

%3.83
%53.69
%42.48

CMYK Percentages of Color #0db690

%93
%0
%21
%29

Triadic Colors of #0db690

#0db690 #900db6 #b6900d

Analogous Colors of #0db690

#0db690 #0d88b6 #0db63b

Monochromatic Colors of #0db690

#0db690

Complementary Color

#0db690 #b60d33

#0db690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db690 Color CSS Codes

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

#0db690 Text Font Color

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

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


#0db690 Background Color

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

This div background color is #0db690


#0db690 Border Color

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

This div border color is #0db690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db690


Comments

No comments written yet.

Please login to write comment.