Color Hex Logo

#0ddcee Color Hex

#0DDCEE
(13,220,238)
0 Favorites   0 Comments

Color spaces of #0ddcee

RGB 13220238
HSL0.510.900.49
HSV185°95°93°
CMYK 0.950.080.00   0.07
XYZ41.191857.445089.8059
Yxy57.44500.21860.3048
Hunter Lab75.7925-35.6254-17.1975
CIE-Lab80.4292-37.2639-21.3047

#0ddcee color RGB value is (13,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011100 11101110
Octal 15 334 356
Decimal 13 220 238
Hex D DC EE

RGB Percentages of Color #0ddcee

%2.76
%46.71
%50.53

CMYK Percentages of Color #0ddcee

%95
%8
%0
%7

Triadic Colors of #0ddcee

#0ddcee #ee0ddc #dcee0d

Analogous Colors of #0ddcee

#0ddcee #0d6cee #0dee90

Monochromatic Colors of #0ddcee

#0ddcee

Complementary Color

#0ddcee #ee1f0d

#0ddcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddcee Color CSS Codes

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

#0ddcee Text Font Color

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

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


#0ddcee Background Color

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

This div background color is #0ddcee


#0ddcee Border Color

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

This div border color is #0ddcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddcee


Comments

No comments written yet.

Please login to write comment.