Color Hex Logo

#0db9ec Color Hex

#0DB9EC
(13,185,236)
0 Favorites   0 Comments

Color spaces of #0db9ec

RGB 13185236
HSL0.540.900.49
HSV194°94°93°
CMYK 0.940.220.00   0.07
XYZ32.655340.839685.5186
Yxy40.83960.20540.2568
Hunter Lab63.9059-20.6234-34.6076
CIE-Lab70.0634-20.7691-36.1434

#0db9ec color RGB value is (13,185,236).

#0db9ec hex color red value is 13, green value is 185 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0db9ec hue: 0.54 , saturation: 0.90 and the lightness value of 0db9ec is 0.49.

The process color (four color CMYK) of #0db9ec color hex is 0.94, 0.22, 0.00, 0.07. Web safe color of #0db9ec is #00ccff. Color #0db9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111001 11101100
Octal 15 271 354
Decimal 13 185 236
Hex D B9 EC

RGB Percentages of Color #0db9ec

%3.00
%42.63
%54.38

CMYK Percentages of Color #0db9ec

%94
%22
%0
%7

Triadic Colors of #0db9ec

#0db9ec #ec0db9 #b9ec0d

Analogous Colors of #0db9ec

#0db9ec #0d49ec #0decb0

Monochromatic Colors of #0db9ec

#0db9ec

Complementary Color

#0db9ec #ec400d

#0db9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db9ec Color CSS Codes

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

#0db9ec Text Font Color

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

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


#0db9ec Background Color

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

This div background color is #0db9ec


#0db9ec Border Color

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

This div border color is #0db9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db9ec


Comments

No comments written yet.

Please login to write comment.