Color Hex Logo

#0ed8aa Color Hex

#0ED8AA
(14,216,170)
0 Favorites   0 Comments

Color spaces of #0ed8aa

RGB 14216170
HSL0.460.880.45
HSV166°94°85°
CMYK 0.940.000.21   0.15
XYZ31.992752.107446.4018
Yxy52.10740.24520.3993
Hunter Lab72.1855-47.213112.4174
CIE-Lab77.3450-54.540210.4333

#0ed8aa color RGB value is (14,216,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011000 10101010
Octal 16 330 252
Decimal 14 216 170
Hex E D8 AA

RGB Percentages of Color #0ed8aa

%3.50
%54.00
%42.50

CMYK Percentages of Color #0ed8aa

%94
%0
%21
%15

Triadic Colors of #0ed8aa

#0ed8aa #aa0ed8 #d8aa0e

Analogous Colors of #0ed8aa

#0ed8aa #0ea1d8 #0ed845

Monochromatic Colors of #0ed8aa

#0ed8aa

Complementary Color

#0ed8aa #d80e3c

#0ed8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed8aa Color CSS Codes

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

#0ed8aa Text Font Color

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

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


#0ed8aa Background Color

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

This div background color is #0ed8aa


#0ed8aa Border Color

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

This div border color is #0ed8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed8aa


Comments

No comments written yet.

Please login to write comment.