Color Hex Logo

#0eab73 Color Hex

#0EAB73
(14,171,115)
0 Favorites   0 Comments

Color spaces of #0eab73

RGB 14171115
HSL0.440.850.36
HSV159°92°67°
CMYK 0.920.000.33   0.33
XYZ17.838530.457021.1583
Yxy30.45700.25680.4385
Hunter Lab55.1879-38.881815.9005
CIE-Lab62.0465-50.137018.7199

#0eab73 color RGB value is (14,171,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 01110011
Octal 16 253 163
Decimal 14 171 115
Hex E AB 73

RGB Percentages of Color #0eab73

%4.67
%57.00
%38.33

CMYK Percentages of Color #0eab73

%92
%0
%33
%33

Triadic Colors of #0eab73

#0eab73 #730eab #ab730e

Analogous Colors of #0eab73

#0eab73 #0e95ab #0eab25

Monochromatic Colors of #0eab73

#0eab73

Complementary Color

#0eab73 #ab0e46

#0eab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eab73 Color CSS Codes

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

#0eab73 Text Font Color

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

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


#0eab73 Background Color

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

This div background color is #0eab73


#0eab73 Border Color

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

This div border color is #0eab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eab73


Comments

No comments written yet.

Please login to write comment.