Color Hex Logo

#0ea185 Color Hex

#0EA185
(14,161,133)
0 Favorites   0 Comments

Color spaces of #0ea185

RGB 14161133
HSL0.470.840.34
HSV169°91°63°
CMYK 0.910.000.17   0.37
XYZ17.159627.276626.5508
Yxy27.27660.24170.3842
Hunter Lab52.2270-32.74976.4175
CIE-Lab59.2295-41.67324.7561

#0ea185 color RGB value is (14,161,133).

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

The process color (four color CMYK) of #0ea185 color hex is 0.91, 0.00, 0.17, 0.37. Web safe color of #0ea185 is #009999. Color #0ea185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100001 10000101
Octal 16 241 205
Decimal 14 161 133
Hex E A1 85

RGB Percentages of Color #0ea185

%4.55
%52.27
%43.18

CMYK Percentages of Color #0ea185

%91
%0
%17
%37

Triadic Colors of #0ea185

#0ea185 #850ea1 #a1850e

Analogous Colors of #0ea185

#0ea185 #0e74a1 #0ea13c

Monochromatic Colors of #0ea185

#0ea185

Complementary Color

#0ea185 #a10e2a

#0ea185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea185 Color CSS Codes

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

#0ea185 Text Font Color

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

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


#0ea185 Background Color

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

This div background color is #0ea185


#0ea185 Border Color

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

This div border color is #0ea185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea185


Comments

No comments written yet.

Please login to write comment.