Color Hex Logo

#0ea86d Color Hex

#0EA86D
(14,168,109)
0 Favorites   0 Comments

Color spaces of #0ea86d

RGB 14168109
HSL0.440.850.36
HSV157°92°66°
CMYK 0.920.000.35   0.34
XYZ16.944129.202819.2117
Yxy29.20280.25920.4468
Hunter Lab54.0396-38.600716.7495
CIE-Lab60.9602-50.321120.5143

#0ea86d color RGB value is (14,168,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101000 01101101
Octal 16 250 155
Decimal 14 168 109
Hex E A8 6D

RGB Percentages of Color #0ea86d

%4.81
%57.73
%37.46

CMYK Percentages of Color #0ea86d

%92
%0
%35
%34

Triadic Colors of #0ea86d

#0ea86d #6d0ea8 #a86d0e

Analogous Colors of #0ea86d

#0ea86d #0e96a8 #0ea820

Monochromatic Colors of #0ea86d

#0ea86d

Complementary Color

#0ea86d #a80e49

#0ea86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea86d Color CSS Codes

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

#0ea86d Text Font Color

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

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


#0ea86d Background Color

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

This div background color is #0ea86d


#0ea86d Border Color

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

This div border color is #0ea86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea86d


Comments

No comments written yet.

Please login to write comment.