Color Hex Logo

#0eab7e Color Hex

#0EAB7E
(14,171,126)
0 Favorites   0 Comments

Color spaces of #0eab7e

RGB 14171126
HSL0.450.850.36
HSV163°92°67°
CMYK 0.920.000.26   0.33
XYZ18.509930.725524.6937
Yxy30.72550.25040.4156
Hunter Lab55.4306-37.397112.3884
CIE-Lab62.2752-47.575312.9913

#0eab7e color RGB value is (14,171,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 01111110
Octal 16 253 176
Decimal 14 171 126
Hex E AB 7E

RGB Percentages of Color #0eab7e

%4.50
%54.98
%40.51

CMYK Percentages of Color #0eab7e

%92
%0
%26
%33

Triadic Colors of #0eab7e

#0eab7e #7e0eab #ab7e0e

Analogous Colors of #0eab7e

#0eab7e #0e8aab #0eab30

Monochromatic Colors of #0eab7e

#0eab7e

Complementary Color

#0eab7e #ab0e3b

#0eab7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eab7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eab7e Color CSS Codes

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

#0eab7e Text Font Color

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

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


#0eab7e Background Color

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

This div background color is #0eab7e


#0eab7e Border Color

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

This div border color is #0eab7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eab7e


Comments

No comments written yet.

Please login to write comment.