Color Hex Logo

#0dcded Color Hex

#0DCDED
(13,205,237)
0 Favorites   0 Comments

Color spaces of #0dcded

RGB 13205237
HSL0.520.900.49
HSV189°95°93°
CMYK 0.950.140.00   0.07
XYZ37.283449.862687.7802
Yxy49.86260.21310.2850
Hunter Lab70.6135-29.3268-24.2745
CIE-Lab75.9848-30.4741-27.5465

#0dcded color RGB value is (13,205,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001101 11101101
Octal 15 315 355
Decimal 13 205 237
Hex D CD ED

RGB Percentages of Color #0dcded

%2.86
%45.05
%52.09

CMYK Percentages of Color #0dcded

%95
%14
%0
%7

Triadic Colors of #0dcded

#0dcded #ed0dcd #cded0d

Analogous Colors of #0dcded

#0dcded #0d5ded #0ded9d

Monochromatic Colors of #0dcded

#0dcded

Complementary Color

#0dcded #ed2d0d

#0dcded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcded Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcded Color CSS Codes

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

#0dcded Text Font Color

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

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


#0dcded Background Color

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

This div background color is #0dcded


#0dcded Border Color

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

This div border color is #0dcded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcded


Comments

No comments written yet.

Please login to write comment.