Color Hex Logo

#0deecd Color Hex

#0DEECD
(13,238,205)
0 Favorites   0 Comments

Color spaces of #0deecd

RGB 13238205
HSL0.480.900.49
HSV171°95°93°
CMYK 0.950.000.14   0.07
XYZ41.760065.642468.2269
Yxy65.64240.23780.3738
Hunter Lab81.0200-49.78106.7859
CIE-Lab84.8137-54.43052.6726

#0deecd color RGB value is (13,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101110 11001101
Octal 15 356 315
Decimal 13 238 205
Hex D EE CD

RGB Percentages of Color #0deecd

%2.85
%52.19
%44.96

CMYK Percentages of Color #0deecd

%95
%0
%14
%7

Triadic Colors of #0deecd

#0deecd #cd0dee #eecd0d

Analogous Colors of #0deecd

#0deecd #0d9fee #0dee5d

Monochromatic Colors of #0deecd

#0deecd

Complementary Color

#0deecd #ee0d2e

#0deecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deecd Color CSS Codes

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

#0deecd Text Font Color

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

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


#0deecd Background Color

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

This div background color is #0deecd


#0deecd Border Color

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

This div border color is #0deecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deecd


Comments

No comments written yet.

Please login to write comment.