Color Hex Logo

#0ed1aa Color Hex

#0ED1AA
(14,209,170)
0 Favorites   0 Comments

Color spaces of #0ed1aa

RGB 14209170
HSL0.470.870.44
HSV168°93°82°
CMYK 0.930.000.19   0.18
XYZ30.237348.596645.8166
Yxy48.59660.24260.3899
Hunter Lab69.7113-44.57029.8305
CIE-Lab75.1997-51.77437.3698

#0ed1aa color RGB value is (14,209,170).

#0ed1aa hex color red value is 14, green value is 209 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0ed1aa hue: 0.47 , saturation: 0.87 and the lightness value of 0ed1aa is 0.44.

The process color (four color CMYK) of #0ed1aa color hex is 0.93, 0.00, 0.19, 0.18. Web safe color of #0ed1aa is #00cc99. Color #0ed1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010001 10101010
Octal 16 321 252
Decimal 14 209 170
Hex E D1 AA

RGB Percentages of Color #0ed1aa

%3.56
%53.18
%43.26

CMYK Percentages of Color #0ed1aa

%93
%0
%19
%18

Triadic Colors of #0ed1aa

#0ed1aa #aa0ed1 #d1aa0e

Analogous Colors of #0ed1aa

#0ed1aa #0e97d1 #0ed149

Monochromatic Colors of #0ed1aa

#0ed1aa

Complementary Color

#0ed1aa #d10e35

#0ed1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed1aa Color CSS Codes

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

#0ed1aa Text Font Color

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

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


#0ed1aa Background Color

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

This div background color is #0ed1aa


#0ed1aa Border Color

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

This div border color is #0ed1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed1aa

#0ed1aa Color Palettes


Comments

No comments written yet.

Please login to write comment.