Color Hex Logo

#0eded4 Color Hex

#0EDED4
(14,222,212)
0 Favorites   0 Comments

Color spaces of #0eded4

RGB 14222212
HSL0.490.880.46
HSV177°94°87°
CMYK 0.940.000.05   0.13
XYZ38.186057.089471.2941
Yxy57.08940.22920.3427
Hunter Lab75.5575-42.0136-3.0542
CIE-Lab80.2299-45.8414-7.7577

#0eded4 color RGB value is (14,222,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011110 11010100
Octal 16 336 324
Decimal 14 222 212
Hex E DE D4

RGB Percentages of Color #0eded4

%3.13
%49.55
%47.32

CMYK Percentages of Color #0eded4

%94
%0
%5
%13

Triadic Colors of #0eded4

#0eded4 #d40ede #ded40e

Analogous Colors of #0eded4

#0eded4 #0e80de #0ede6c

Monochromatic Colors of #0eded4

#0eded4

Complementary Color

#0eded4 #de0e18

#0eded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eded4 Color CSS Codes

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

#0eded4 Text Font Color

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

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


#0eded4 Background Color

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

This div background color is #0eded4


#0eded4 Border Color

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

This div border color is #0eded4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,222,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eded4


Comments

No comments written yet.

Please login to write comment.