Color Hex Logo

#0ddceb Color Hex

#0DDCEB
(13,220,235)
0 Favorites   0 Comments

Color spaces of #0ddceb

RGB 13220235
HSL0.510.900.49
HSV184°94°92°
CMYK 0.940.060.00   0.08
XYZ40.754657.270187.5035
Yxy57.27010.21970.3087
Hunter Lab75.6770-36.3066-15.5817
CIE-Lab80.3313-38.1851-19.8569

#0ddceb color RGB value is (13,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011100 11101011
Octal 15 334 353
Decimal 13 220 235
Hex D DC EB

RGB Percentages of Color #0ddceb

%2.78
%47.01
%50.21

CMYK Percentages of Color #0ddceb

%94
%6
%0
%8

Triadic Colors of #0ddceb

#0ddceb #eb0ddc #dceb0d

Analogous Colors of #0ddceb

#0ddceb #0d6deb #0deb8b

Monochromatic Colors of #0ddceb

#0ddceb

Complementary Color

#0ddceb #eb1c0d

#0ddceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddceb Color CSS Codes

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

#0ddceb Text Font Color

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

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


#0ddceb Background Color

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

This div background color is #0ddceb


#0ddceb Border Color

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

This div border color is #0ddceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddceb


Comments

No comments written yet.

Please login to write comment.