color codes Logo

#0dedef color codes

#0DEDEF
(13,237,239)
0 Favorites   0 Comments

Color spaces of #0dedef

RGB 13237239
HSL0.500.900.49
HSV181°95°94°
CMYK 0.950.010.00   0.06
XYZ46.030266.885992.1456
Yxy66.88590.22450.3262
Hunter Lab81.7838-42.6569-9.5532
CIE-Lab85.4463-44.6192-14.2695

#0dedef color RGB value is (13,237,239).

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

The process color (four color CMYK) of #0dedef color code is 0.95, 0.01, 0.00, 0.06. Web safe color of #0dedef is #00ffff. Color #0dedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 11101111
Octal 15 355 357
Decimal 13 237 239
Hex D ED EF

RGB Percentages of Color #0dedef

%2.66
%48.47
%48.88

CMYK Percentages of Color #0dedef

%95
%1
%0
%6

Triadic Colors of #0dedef

#0dedef #ef0ded #edef0d

Analogous Colors of #0dedef

#0dedef #0d7cef #0def80

Monochromatic Colors of #0dedef

#0dedef

Complementary Color

#0dedef #ef0f0d

#0dedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dedef Color CSS Codes

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

#0dedef Text Font Color

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

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


#0dedef Background Color

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

This div background color is #0dedef


#0dedef Border Color

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

This div border color is #0dedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dedef


Comments

No comments written yet.

Please login to write comment.