Color Hex Logo

#0dcceb Color Hex

#0DCCEB
(13,204,235)
0 Favorites   0 Comments

Color spaces of #0dcceb

RGB 13204235
HSL0.520.900.49
HSV188°94°92°
CMYK 0.940.130.00   0.08
XYZ36.754249.269586.1701
Yxy49.26950.21340.2861
Hunter Lab70.1922-29.3699-23.6516
CIE-Lab75.6187-30.6358-27.0327

#0dcceb color RGB value is (13,204,235).

#0dcceb hex color red value is 13, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0dcceb hue: 0.52 , saturation: 0.90 and the lightness value of 0dcceb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001100 11101011
Octal 15 314 353
Decimal 13 204 235
Hex D CC EB

RGB Percentages of Color #0dcceb

%2.88
%45.13
%51.99

CMYK Percentages of Color #0dcceb

%94
%13
%0
%8

Triadic Colors of #0dcceb

#0dcceb #eb0dcc #cceb0d

Analogous Colors of #0dcceb

#0dcceb #0d5deb #0deb9b

Monochromatic Colors of #0dcceb

#0dcceb

Complementary Color

#0dcceb #eb2c0d

#0dcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcceb Color CSS Codes

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

#0dcceb Text Font Color

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

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


#0dcceb Background Color

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

This div background color is #0dcceb


#0dcceb Border Color

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

This div border color is #0dcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcceb


Comments

No comments written yet.

Please login to write comment.