Color Hex Logo

#0de1df Color Hex

#0DE1DF
(13,225,223)
0 Favorites   0 Comments

Color spaces of #0de1df

RGB 13225223
HSL0.500.890.47
HSV179°94°88°
CMYK 0.940.000.01   0.12
XYZ40.410559.263779.1212
Yxy59.26370.22600.3315
Hunter Lab76.9829-41.0204-7.0488
CIE-Lab81.4363-44.0124-11.8137

#0de1df color RGB value is (13,225,223).

#0de1df hex color red value is 13, green value is 225 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0de1df hue: 0.50 , saturation: 0.89 and the lightness value of 0de1df is 0.47.

The process color (four color CMYK) of #0de1df color hex is 0.94, 0.00, 0.01, 0.12. Web safe color of #0de1df is #00cccc. Color #0de1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11100001 11011111
Octal 15 341 337
Decimal 13 225 223
Hex D E1 DF

RGB Percentages of Color #0de1df

%2.82
%48.81
%48.37

CMYK Percentages of Color #0de1df

%94
%0
%1
%12

Triadic Colors of #0de1df

#0de1df #df0de1 #e1df0d

Analogous Colors of #0de1df

#0de1df #0d79e1 #0de175

Monochromatic Colors of #0de1df

#0de1df

Complementary Color

#0de1df #e10d0f

#0de1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0de1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0de1df Color CSS Codes

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

#0de1df Text Font Color

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

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


#0de1df Background Color

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

This div background color is #0de1df


#0de1df Border Color

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

This div border color is #0de1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0de1df


Comments

No comments written yet.

Please login to write comment.