Color Hex Logo

#0edeac Color Hex

#0EDEAC
(14,222,172)
0 Favorites   0 Comments

Color spaces of #0edeac

RGB 14222172
HSL0.460.880.46
HSV166°94°87°
CMYK 0.940.000.23   0.13
XYZ33.748855.314547.9277
Yxy55.31450.24640.4038
Hunter Lab74.3737-49.155513.8541
CIE-Lab79.2221-56.380212.0376

#0edeac color RGB value is (14,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011110 10101100
Octal 16 336 254
Decimal 14 222 172
Hex E DE AC

RGB Percentages of Color #0edeac

%3.43
%54.41
%42.16

CMYK Percentages of Color #0edeac

%94
%0
%23
%13

Triadic Colors of #0edeac

#0edeac #ac0ede #deac0e

Analogous Colors of #0edeac

#0edeac #0ea8de #0ede44

Monochromatic Colors of #0edeac

#0edeac

Complementary Color

#0edeac #de0e40

#0edeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edeac Color CSS Codes

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

#0edeac Text Font Color

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

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


#0edeac Background Color

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

This div background color is #0edeac


#0edeac Border Color

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

This div border color is #0edeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edeac


Comments

No comments written yet.

Please login to write comment.