Color Hex Logo

#0ea161 Color Hex

#0EA161
(14,161,97)
0 Favorites   0 Comments

Color spaces of #0ea161

RGB 1416197
HSL0.430.840.34
HSV154°91°63°
CMYK 0.910.000.40   0.37
XYZ15.083626.446215.6189
Yxy26.44620.26390.4628
Hunter Lab51.4259-37.639917.9907
CIE-Lab58.4582-50.238023.6810

#0ea161 color RGB value is (14,161,97).

#0ea161 hex color red value is 14, green value is 161 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #0ea161 hue: 0.43 , saturation: 0.84 and the lightness value of 0ea161 is 0.34.

The process color (four color CMYK) of #0ea161 color hex is 0.91, 0.00, 0.40, 0.37. Web safe color of #0ea161 is #009966. Color #0ea161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100001 01100001
Octal 16 241 141
Decimal 14 161 97
Hex E A1 61

RGB Percentages of Color #0ea161

%5.15
%59.19
%35.66

CMYK Percentages of Color #0ea161

%91
%0
%40
%37

Triadic Colors of #0ea161

#0ea161 #610ea1 #a1610e

Analogous Colors of #0ea161

#0ea161 #0e98a1 #0ea118

Monochromatic Colors of #0ea161

#0ea161

Complementary Color

#0ea161 #a10e4e

#0ea161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea161 Color CSS Codes

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

#0ea161 Text Font Color

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

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


#0ea161 Background Color

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

This div background color is #0ea161


#0ea161 Border Color

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

This div border color is #0ea161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea161


Comments

No comments written yet.

Please login to write comment.