Color Hex Logo

#0ea97c Color Hex

#0EA97C
(14,169,124)
0 Favorites   0 Comments

Color spaces of #0ea97c

RGB 14169124
HSL0.450.850.36
HSV163°92°66°
CMYK 0.920.000.27   0.34
XYZ18.007229.924523.8957
Yxy29.92450.25070.4166
Hunter Lab54.7033-36.972212.3930
CIE-Lab61.5890-47.265313.1364

#0ea97c color RGB value is (14,169,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101001 01111100
Octal 16 251 174
Decimal 14 169 124
Hex E A9 7C

RGB Percentages of Color #0ea97c

%4.56
%55.05
%40.39

CMYK Percentages of Color #0ea97c

%92
%0
%27
%34

Triadic Colors of #0ea97c

#0ea97c #7c0ea9 #a97c0e

Analogous Colors of #0ea97c

#0ea97c #0e89a9 #0ea92f

Monochromatic Colors of #0ea97c

#0ea97c

Complementary Color

#0ea97c #a90e3b

#0ea97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea97c Color CSS Codes

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

#0ea97c Text Font Color

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

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


#0ea97c Background Color

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

This div background color is #0ea97c


#0ea97c Border Color

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

This div border color is #0ea97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea97c


Comments

No comments written yet.

Please login to write comment.