Color Hex Logo

#0eaba9 Color Hex

#0EABA9
(14,171,169)
0 Favorites   0 Comments

Color spaces of #0eaba9

RGB 14171169
HSL0.500.850.36
HSV179°92°67°
CMYK 0.920.000.01   0.33
XYZ21.905432.083842.5744
Yxy32.08380.22680.3323
Hunter Lab56.6426-30.0931-4.9145
CIE-Lab63.4121-35.7390-9.3316

#0eaba9 color RGB value is (14,171,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 10101001
Octal 16 253 251
Decimal 14 171 169
Hex E AB A9

RGB Percentages of Color #0eaba9

%3.95
%48.31
%47.74

CMYK Percentages of Color #0eaba9

%92
%0
%1
%33

Triadic Colors of #0eaba9

#0eaba9 #a90eab #aba90e

Analogous Colors of #0eaba9

#0eaba9 #0e5eab #0eab5b

Monochromatic Colors of #0eaba9

#0eaba9

Complementary Color

#0eaba9 #ab0e10

#0eaba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaba9 Color CSS Codes

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

#0eaba9 Text Font Color

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

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


#0eaba9 Background Color

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

This div background color is #0eaba9


#0eaba9 Border Color

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

This div border color is #0eaba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaba9


Comments

No comments written yet.

Please login to write comment.