Color Hex Logo

#0dbaec Color Hex

#0DBAEC
(13,186,236)
0 Favorites   0 Comments

Color spaces of #0dbaec

RGB 13186236
HSL0.540.900.49
HSV193°94°93°
CMYK 0.940.210.00   0.07
XYZ32.865241.259585.5886
Yxy41.25950.20580.2583
Hunter Lab64.2336-21.0789-34.0380
CIE-Lab70.3574-21.2875-35.6869

#0dbaec color RGB value is (13,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111010 11101100
Octal 15 272 354
Decimal 13 186 236
Hex D BA EC

RGB Percentages of Color #0dbaec

%2.99
%42.76
%54.25

CMYK Percentages of Color #0dbaec

%94
%21
%0
%7

Triadic Colors of #0dbaec

#0dbaec #ec0dba #baec0d

Analogous Colors of #0dbaec

#0dbaec #0d4bec #0decaf

Monochromatic Colors of #0dbaec

#0dbaec

Complementary Color

#0dbaec #ec3f0d

#0dbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbaec Color CSS Codes

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

#0dbaec Text Font Color

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

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


#0dbaec Background Color

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

This div background color is #0dbaec


#0dbaec Border Color

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

This div border color is #0dbaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,186,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 #0dbaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbaec


Comments

No comments written yet.

Please login to write comment.