Color Hex Logo

#0dbccc Color Hex

#0DBCCC
(13,188,204)
0 Favorites   0 Comments

Color spaces of #0dbccc

RGB 13188204
HSL0.510.880.43
HSV185°94°80°
CMYK 0.940.080.00   0.20
XYZ29.048340.411663.3960
Yxy40.41160.21860.3042
Hunter Lab63.5701-29.6823-14.6285
CIE-Lab69.7617-32.8686-19.1404

#0dbccc color RGB value is (13,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111100 11001100
Octal 15 274 314
Decimal 13 188 204
Hex D BC CC

RGB Percentages of Color #0dbccc

%3.21
%46.42
%50.37

CMYK Percentages of Color #0dbccc

%94
%8
%0
%20

Triadic Colors of #0dbccc

#0dbccc #cc0dbc #bccc0d

Analogous Colors of #0dbccc

#0dbccc #0d5dcc #0dcc7d

Monochromatic Colors of #0dbccc

#0dbccc

Complementary Color

#0dbccc #cc1d0d

#0dbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbccc Color CSS Codes

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

#0dbccc Text Font Color

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

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


#0dbccc Background Color

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

This div background color is #0dbccc


#0dbccc Border Color

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

This div border color is #0dbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbccc


Comments

No comments written yet.

Please login to write comment.