Color Hex Logo

#0dcdde Color Hex

#0DCDDE
(13,205,222)
0 Favorites   0 Comments

Color spaces of #0dcdde

RGB 13205222
HSL0.510.890.46
HSV185°94°87°
CMYK 0.940.080.00   0.13
XYZ35.182149.022176.7152
Yxy49.02210.21860.3046
Hunter Lab70.0158-32.8335-15.9521
CIE-Lab75.4651-35.2433-20.2676

#0dcdde color RGB value is (13,205,222).

#0dcdde hex color red value is 13, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0dcdde hue: 0.51 , saturation: 0.89 and the lightness value of 0dcdde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001101 11011110
Octal 15 315 336
Decimal 13 205 222
Hex D CD DE

RGB Percentages of Color #0dcdde

%2.95
%46.59
%50.45

CMYK Percentages of Color #0dcdde

%94
%8
%0
%13

Triadic Colors of #0dcdde

#0dcdde #de0dcd #cdde0d

Analogous Colors of #0dcdde

#0dcdde #0d65de #0dde87

Monochromatic Colors of #0dcdde

#0dcdde

Complementary Color

#0dcdde #de1e0d

#0dcdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcdde Color CSS Codes

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

#0dcdde Text Font Color

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

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


#0dcdde Background Color

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

This div background color is #0dcdde


#0dcdde Border Color

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

This div border color is #0dcdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcdde


Comments

No comments written yet.

Please login to write comment.