Color Hex Logo

#0dbcde Color Hex

#0DBCDE
(13,188,222)
0 Favorites   0 Comments

Color spaces of #0dbcde

RGB 13188222
HSL0.530.890.46
HSV190°94°87°
CMYK 0.940.150.00   0.13
XYZ31.334041.325975.4325
Yxy41.32590.21160.2791
Hunter Lab64.2852-25.4944-24.5714
CIE-Lab70.4037-27.0241-27.9968

#0dbcde color RGB value is (13,188,222).

#0dbcde hex color red value is 13, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0dbcde hue: 0.53 , saturation: 0.89 and the lightness value of 0dbcde is 0.46.

The process color (four color CMYK) of #0dbcde color hex is 0.94, 0.15, 0.00, 0.13. Web safe color of #0dbcde is #00cccc. Color #0dbcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111100 11011110
Octal 15 274 336
Decimal 13 188 222
Hex D BC DE

RGB Percentages of Color #0dbcde

%3.07
%44.44
%52.48

CMYK Percentages of Color #0dbcde

%94
%15
%0
%13

Triadic Colors of #0dbcde

#0dbcde #de0dbc #bcde0d

Analogous Colors of #0dbcde

#0dbcde #0d53de #0dde98

Monochromatic Colors of #0dbcde

#0dbcde

Complementary Color

#0dbcde #de2f0d

#0dbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbcde Color CSS Codes

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

#0dbcde Text Font Color

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

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


#0dbcde Background Color

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

This div background color is #0dbcde


#0dbcde Border Color

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

This div border color is #0dbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbcde


Comments

No comments written yet.

Please login to write comment.