Color Hex Logo

#0dbcca Color Hex

#0DBCCA
(13,188,202)
0 Favorites   0 Comments

Color spaces of #0dbcca

RGB 13188202
HSL0.510.880.42
HSV184°94°79°
CMYK 0.940.070.00   0.21
XYZ28.809940.316362.1405
Yxy40.31630.21950.3071
Hunter Lab63.4951-30.1249-13.5785
CIE-Lab69.6942-33.5017-18.1469

#0dbcca color RGB value is (13,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111100 11001010
Octal 15 274 312
Decimal 13 188 202
Hex D BC CA

RGB Percentages of Color #0dbcca

%3.23
%46.65
%50.12

CMYK Percentages of Color #0dbcca

%94
%7
%0
%21

Triadic Colors of #0dbcca

#0dbcca #ca0dbc #bcca0d

Analogous Colors of #0dbcca

#0dbcca #0d5eca #0dca7a

Monochromatic Colors of #0dbcca

#0dbcca

Complementary Color

#0dbcca #ca1b0d

#0dbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbcca Color CSS Codes

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

#0dbcca Text Font Color

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

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


#0dbcca Background Color

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

This div background color is #0dbcca


#0dbcca Border Color

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

This div border color is #0dbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbcca


Comments

No comments written yet.

Please login to write comment.