Color Hex Logo

#0dbccf Color Hex

#0DBCCF
(13,188,207)
0 Favorites   0 Comments

Color spaces of #0dbccf

RGB 13188207
HSL0.520.880.43
HSV186°94°81°
CMYK 0.940.090.00   0.19
XYZ29.411740.557065.3096
Yxy40.55700.21740.2998
Hunter Lab63.6844-29.0100-16.2240
CIE-Lab69.8644-31.9128-20.6270

#0dbccf color RGB value is (13,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111100 11001111
Octal 15 274 317
Decimal 13 188 207
Hex D BC CF

RGB Percentages of Color #0dbccf

%3.19
%46.08
%50.74

CMYK Percentages of Color #0dbccf

%94
%9
%0
%19

Triadic Colors of #0dbccf

#0dbccf #cf0dbc #bccf0d

Analogous Colors of #0dbccf

#0dbccf #0d5bcf #0dcf81

Monochromatic Colors of #0dbccf

#0dbccf

Complementary Color

#0dbccf #cf200d

#0dbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbccf Color CSS Codes

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

#0dbccf Text Font Color

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

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


#0dbccf Background Color

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

This div background color is #0dbccf


#0dbccf Border Color

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

This div border color is #0dbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbccf


Comments

No comments written yet.

Please login to write comment.