Color Hex Logo

#0edfdf Color Hex

#0EDFDF
(14,223,223)
0 Favorites   0 Comments

Color spaces of #0edfdf

RGB 14223223
HSL0.500.880.46
HSV180°94°87°
CMYK 0.940.000.00   0.13
XYZ39.888158.196478.9428
Yxy58.19640.22530.3287
Hunter Lab76.2866-40.1689-7.9538
CIE-Lab80.8479-43.1030-12.6931

#0edfdf color RGB value is (14,223,223).

#0edfdf hex color red value is 14, green value is 223 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0edfdf hue: 0.50 , saturation: 0.88 and the lightness value of 0edfdf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011111 11011111
Octal 16 337 337
Decimal 14 223 223
Hex E DF DF

RGB Percentages of Color #0edfdf

%3.04
%48.48
%48.48

CMYK Percentages of Color #0edfdf

%94
%0
%0
%13

Triadic Colors of #0edfdf

#0edfdf #df0edf #dfdf0e

Analogous Colors of #0edfdf

#0edfdf #0e77df #0edf77

Monochromatic Colors of #0edfdf

#0edfdf

Complementary Color

#0edfdf #df0e0e

#0edfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edfdf Color CSS Codes

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

#0edfdf Text Font Color

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

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


#0edfdf Background Color

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

This div background color is #0edfdf


#0edfdf Border Color

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

This div border color is #0edfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edfdf


Comments

No comments written yet.

Please login to write comment.