Color Hex Logo

#0ea153 Color Hex

#0EA153
(14,161,83)
0 Favorites   0 Comments

Color spaces of #0ea153

RGB 1416183
HSL0.410.840.34
HSV148°91°63°
CMYK 0.910.000.48   0.37
XYZ14.487326.207612.4786
Yxy26.20760.27250.4929
Hunter Lab51.1934-39.074321.3832
CIE-Lab58.2336-52.885230.8414

#0ea153 color RGB value is (14,161,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100001 01010011
Octal 16 241 123
Decimal 14 161 83
Hex E A1 53

RGB Percentages of Color #0ea153

%5.43
%62.40
%32.17

CMYK Percentages of Color #0ea153

%91
%0
%48
%37

Triadic Colors of #0ea153

#0ea153 #530ea1 #a1530e

Analogous Colors of #0ea153

#0ea153 #0ea19d #13a10e

Monochromatic Colors of #0ea153

#0ea153

Complementary Color

#0ea153 #a10e5c

#0ea153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea153 Color CSS Codes

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

#0ea153 Text Font Color

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

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


#0ea153 Background Color

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

This div background color is #0ea153


#0ea153 Border Color

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

This div border color is #0ea153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea153


Comments

No comments written yet.

Please login to write comment.