Color Hex Logo

#0ea362 Color Hex

#0EA362
(14,163,98)
0 Favorites   0 Comments

Color spaces of #0ea362

RGB 1416398
HSL0.430.840.35
HSV154°91°64°
CMYK 0.910.000.40   0.36
XYZ15.482927.169615.9835
Yxy27.16960.26410.4634
Hunter Lab52.1245-38.196718.3064
CIE-Lab59.1310-50.770024.0326

#0ea362 color RGB value is (14,163,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100011 01100010
Octal 16 243 142
Decimal 14 163 98
Hex E A3 62

RGB Percentages of Color #0ea362

%5.09
%59.27
%35.64

CMYK Percentages of Color #0ea362

%91
%0
%40
%36

Triadic Colors of #0ea362

#0ea362 #620ea3 #a3620e

Analogous Colors of #0ea362

#0ea362 #0e9aa3 #0ea318

Monochromatic Colors of #0ea362

#0ea362

Complementary Color

#0ea362 #a30e4f

#0ea362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea362 Color CSS Codes

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

#0ea362 Text Font Color

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

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


#0ea362 Background Color

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

This div background color is #0ea362


#0ea362 Border Color

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

This div border color is #0ea362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea362


Comments

No comments written yet.

Please login to write comment.