Color Hex Logo

#0ebb4e Color Hex

#0EBB4E
(14,187,78)
0 Favorites   0 Comments

Color spaces of #0ebb4e

RGB 1418778
HSL0.390.860.39
HSV142°93°73°
CMYK 0.930.000.58   0.27
XYZ19.326636.184113.1733
Yxy36.18410.28140.5268
Hunter Lab60.1532-47.918029.1230
CIE-Lab66.6604-62.275443.6000

#0ebb4e color RGB value is (14,187,78).

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

The process color (four color CMYK) of #0ebb4e color hex is 0.93, 0.00, 0.58, 0.27. Web safe color of #0ebb4e is #00cc66. Color #0ebb4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111011 01001110
Octal 16 273 116
Decimal 14 187 78
Hex E BB 4E

RGB Percentages of Color #0ebb4e

%5.02
%67.03
%27.96

CMYK Percentages of Color #0ebb4e

%93
%0
%58
%27

Triadic Colors of #0ebb4e

#0ebb4e #4e0ebb #bb4e0e

Analogous Colors of #0ebb4e

#0ebb4e #0ebba5 #24bb0e

Monochromatic Colors of #0ebb4e

#0ebb4e

Complementary Color

#0ebb4e #bb0e7b

#0ebb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebb4e Color CSS Codes

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

#0ebb4e Text Font Color

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

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


#0ebb4e Background Color

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

This div background color is #0ebb4e


#0ebb4e Border Color

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

This div border color is #0ebb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebb4e


Comments

No comments written yet.

Please login to write comment.