Color Hex Logo

#0dfedf Color Hex

#0DFEDF
(13,254,223)
0 Favorites   0 Comments

Color spaces of #0dfedf

RGB 13254223
HSL0.480.990.52
HSV172°95°100°
CMYK 0.950.000.12   0.00
XYZ48.927176.296981.9601
Yxy76.29690.23620.3683
Hunter Lab87.3481-52.87435.5109
CIE-Lab89.9970-56.16430.8208

#0dfedf color RGB value is (13,254,223).

#0dfedf hex color red value is 13, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0dfedf hue: 0.48 , saturation: 0.99 and the lightness value of 0dfedf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111110 11011111
Octal 15 376 337
Decimal 13 254 223
Hex D FE DF

RGB Percentages of Color #0dfedf

%2.65
%51.84
%45.51

CMYK Percentages of Color #0dfedf

%95
%0
%12
%0

Triadic Colors of #0dfedf

#0dfedf #df0dfe #fedf0d

Analogous Colors of #0dfedf

#0dfedf #0da5fe #0dfe67

Monochromatic Colors of #0dfedf

#0dfedf

Complementary Color

#0dfedf #fe0d2c

#0dfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfedf Color CSS Codes

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

#0dfedf Text Font Color

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

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


#0dfedf Background Color

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

This div background color is #0dfedf


#0dfedf Border Color

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

This div border color is #0dfedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,254,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 #0dfedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfedf


Comments

No comments written yet.

Please login to write comment.