Color Hex Logo

#0ea97e Color Hex

#0EA97E
(14,169,126)
1 Favorites   0 Comments

Color spaces of #0ea97e

RGB 14169126
HSL0.450.850.36
HSV163°92°66°
CMYK 0.920.000.25   0.34
XYZ18.135029.975724.5687
Yxy29.97570.24950.4124
Hunter Lab54.7501-36.687611.7191
CIE-Lab61.6332-46.778212.0906

#0ea97e color RGB value is (14,169,126).

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

The process color (four color CMYK) of #0ea97e color hex is 0.92, 0.00, 0.25, 0.34. Web safe color of #0ea97e is #009966. Color #0ea97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101001 01111110
Octal 16 251 176
Decimal 14 169 126
Hex E A9 7E

RGB Percentages of Color #0ea97e

%4.53
%54.69
%40.78

CMYK Percentages of Color #0ea97e

%92
%0
%25
%34

Triadic Colors of #0ea97e

#0ea97e #7e0ea9 #a97e0e

Analogous Colors of #0ea97e

#0ea97e #0e87a9 #0ea931

Monochromatic Colors of #0ea97e

#0ea97e

Complementary Color

#0ea97e #a90e39

#0ea97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea97e Color CSS Codes

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

#0ea97e Text Font Color

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

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


#0ea97e Background Color

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

This div background color is #0ea97e


#0ea97e Border Color

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

This div border color is #0ea97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea97e

#0ea97e Color Palettes


Comments

No comments written yet.

Please login to write comment.