Color Hex Logo

#0eb16d Color Hex

#0EB16D
(14,177,109)
0 Favorites   0 Comments

Color spaces of #0eb16d

RGB 14177109
HSL0.430.850.37
HSV155°92°69°
CMYK 0.920.000.38   0.31
XYZ18.663632.641819.7848
Yxy32.64180.26250.4592
Hunter Lab57.1330-41.672319.4613
CIE-Lab63.8698-53.648624.4264

#0eb16d color RGB value is (14,177,109).

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

The process color (four color CMYK) of #0eb16d color hex is 0.92, 0.00, 0.38, 0.31. Web safe color of #0eb16d is #009966. Color #0eb16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110001 01101101
Octal 16 261 155
Decimal 14 177 109
Hex E B1 6D

RGB Percentages of Color #0eb16d

%4.67
%59.00
%36.33

CMYK Percentages of Color #0eb16d

%92
%0
%38
%31

Triadic Colors of #0eb16d

#0eb16d #6d0eb1 #b16d0e

Analogous Colors of #0eb16d

#0eb16d #0ea4b1 #0eb11c

Monochromatic Colors of #0eb16d

#0eb16d

Complementary Color

#0eb16d #b10e52

#0eb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb16d Color CSS Codes

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

#0eb16d Text Font Color

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

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


#0eb16d Background Color

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

This div background color is #0eb16d


#0eb16d Border Color

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

This div border color is #0eb16d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,177,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 #0eb16d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb16d


Comments

No comments written yet.

Please login to write comment.