Color Hex Logo

#0eaaac Color Hex

#0EAAAC
(14,170,172)
0 Favorites   0 Comments

Color spaces of #0eaaac

RGB 14170172
HSL0.500.850.36
HSV181°92°67°
CMYK 0.920.010.00   0.33
XYZ22.002231.821444.0122
Yxy31.82140.22490.3253
Hunter Lab56.4105-29.0966-6.7715
CIE-Lab63.1950-34.3524-11.3340

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101010 10101100
Octal 16 252 254
Decimal 14 170 172
Hex E AA AC

RGB Percentages of Color #0eaaac

%3.93
%47.75
%48.31

CMYK Percentages of Color #0eaaac

%92
%1
%0
%33

Triadic Colors of #0eaaac

#0eaaac #ac0eaa #aaac0e

Analogous Colors of #0eaaac

#0eaaac #0e5bac #0eac5f

Monochromatic Colors of #0eaaac

#0eaaac

Complementary Color

#0eaaac #ac100e

#0eaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaaac Color CSS Codes

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

#0eaaac Text Font Color

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

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


#0eaaac Background Color

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

This div background color is #0eaaac


#0eaaac Border Color

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

This div border color is #0eaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaaac


Comments

No comments written yet.

Please login to write comment.