Color Hex Logo

#0eaaa6 Color Hex

#0EAAA6
(14,170,166)
0 Favorites   0 Comments

Color spaces of #0eaaa6

RGB 14170166
HSL0.500.850.36
HSV178°92°67°
CMYK 0.920.000.02   0.33
XYZ21.438831.596041.0451
Yxy31.59600.22790.3358
Hunter Lab56.2103-30.2876-3.9467
CIE-Lab63.0076-36.1877-8.2565

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101010 10100110
Octal 16 252 246
Decimal 14 170 166
Hex E AA A6

RGB Percentages of Color #0eaaa6

%4.00
%48.57
%47.43

CMYK Percentages of Color #0eaaa6

%92
%0
%2
%33

Triadic Colors of #0eaaa6

#0eaaa6 #a60eaa #aaa60e

Analogous Colors of #0eaaa6

#0eaaa6 #0e60aa #0eaa58

Monochromatic Colors of #0eaaa6

#0eaaa6

Complementary Color

#0eaaa6 #aa0e12

#0eaaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaaa6 Color CSS Codes

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

#0eaaa6 Text Font Color

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

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


#0eaaa6 Background Color

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

This div background color is #0eaaa6


#0eaaa6 Border Color

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

This div border color is #0eaaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaaa6


Comments

No comments written yet.

Please login to write comment.