Color Hex Logo

#0eb917 Color Hex

#0EB917
(14,185,23)
0 Favorites   0 Comments

Color spaces of #0eb917

RGB 1418523
HSL0.340.860.39
HSV123°92°73°
CMYK 0.920.000.88   0.27
XYZ17.684734.85316.6059
Yxy34.85310.29900.5893
Hunter Lab59.0365-49.843334.6913
CIE-Lab65.6341-66.425862.1609

#0eb917 color RGB value is (14,185,23).

#0eb917 hex color red value is 14, green value is 185 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #0eb917 hue: 0.34 , saturation: 0.86 and the lightness value of 0eb917 is 0.39.

The process color (four color CMYK) of #0eb917 color hex is 0.92, 0.00, 0.88, 0.27. Web safe color of #0eb917 is #00cc00. Color #0eb917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111001 00010111
Octal 16 271 27
Decimal 14 185 23
Hex E B9 17

RGB Percentages of Color #0eb917

%6.31
%83.33
%10.36

CMYK Percentages of Color #0eb917

%92
%0
%88
%27

Triadic Colors of #0eb917

#0eb917 #170eb9 #b9170e

Analogous Colors of #0eb917

#0eb917 #0eb96d #5bb90e

Monochromatic Colors of #0eb917

#0eb917

Complementary Color

#0eb917 #b90eb0

#0eb917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb917 Color CSS Codes

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

#0eb917 Text Font Color

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

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


#0eb917 Background Color

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

This div background color is #0eb917


#0eb917 Border Color

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

This div border color is #0eb917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb917


Comments

No comments written yet.

Please login to write comment.