Color Hex Logo

#0eaaaa Color Hex

#0EAAAA
(14,170,170)
0 Favorites   0 Comments

Color spaces of #0eaaaa

RGB 14170170
HSL0.500.850.36
HSV180°92°67°
CMYK 0.920.000.00   0.33
XYZ21.811531.745143.0080
Yxy31.74510.22590.3287
Hunter Lab56.3428-29.4987-5.8177
CIE-Lab63.1317-34.9689-10.3099

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

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

The process color (four color CMYK) of #0eaaaa color hex is 0.92, 0.00, 0.00, 0.33. Web safe color of #0eaaaa is #009999. Color #0eaaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101010 10101010
Octal 16 252 252
Decimal 14 170 170
Hex E AA AA

RGB Percentages of Color #0eaaaa

%3.95
%48.02
%48.02

CMYK Percentages of Color #0eaaaa

%92
%0
%0
%33

Triadic Colors of #0eaaaa

#0eaaaa #aa0eaa #aaaa0e

Analogous Colors of #0eaaaa

#0eaaaa #0e5caa #0eaa5c

Monochromatic Colors of #0eaaaa

#0eaaaa

Complementary Color

#0eaaaa #aa0e0e

#0eaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaaaa Color CSS Codes

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

#0eaaaa Text Font Color

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

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


#0eaaaa Background Color

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

This div background color is #0eaaaa


#0eaaaa Border Color

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

This div border color is #0eaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaaaa

#0eaaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.