Color Hex Logo

#0dbecc Color Hex

#0DBECC
(13,190,204)
0 Favorites   0 Comments

Color spaces of #0dbecc

RGB 13190204
HSL0.510.880.43
HSV184°94°80°
CMYK 0.940.070.00   0.20
XYZ29.478541.272163.5394
Yxy41.27210.21950.3073
Hunter Lab64.2434-30.5200-13.6700
CIE-Lab70.3661-33.8196-18.2241

#0dbecc color RGB value is (13,190,204).

#0dbecc hex color red value is 13, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0dbecc hue: 0.51 , saturation: 0.88 and the lightness value of 0dbecc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111110 11001100
Octal 15 276 314
Decimal 13 190 204
Hex D BE CC

RGB Percentages of Color #0dbecc

%3.19
%46.68
%50.12

CMYK Percentages of Color #0dbecc

%94
%7
%0
%20

Triadic Colors of #0dbecc

#0dbecc #cc0dbe #becc0d

Analogous Colors of #0dbecc

#0dbecc #0d5ecc #0dcc7b

Monochromatic Colors of #0dbecc

#0dbecc

Complementary Color

#0dbecc #cc1b0d

#0dbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbecc Color CSS Codes

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

#0dbecc Text Font Color

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

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


#0dbecc Background Color

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

This div background color is #0dbecc


#0dbecc Border Color

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

This div border color is #0dbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbecc


Comments

No comments written yet.

Please login to write comment.