Color Hex Logo

#0deece Color Hex

#0DEECE
(13,238,206)
0 Favorites   0 Comments

Color spaces of #0deece

RGB 13238206
HSL0.480.900.49
HSV171°95°93°
CMYK 0.950.000.13   0.07
XYZ41.881165.690968.8648
Yxy65.69090.23740.3723
Hunter Lab81.0499-49.60076.3587
CIE-Lab84.8385-54.17042.1837

#0deece color RGB value is (13,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101110 11001110
Octal 15 356 316
Decimal 13 238 206
Hex D EE CE

RGB Percentages of Color #0deece

%2.84
%52.08
%45.08

CMYK Percentages of Color #0deece

%95
%0
%13
%7

Triadic Colors of #0deece

#0deece #ce0dee #eece0d

Analogous Colors of #0deece

#0deece #0d9eee #0dee5e

Monochromatic Colors of #0deece

#0deece

Complementary Color

#0deece #ee0d2d

#0deece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deece Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deece Color CSS Codes

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

#0deece Text Font Color

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

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


#0deece Background Color

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

This div background color is #0deece


#0deece Border Color

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

This div border color is #0deece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deece


Comments

No comments written yet.

Please login to write comment.