Color Hex Logo

#0ebf4c Color Hex

#0EBF4C
(14,191,76)
0 Favorites   0 Comments

Color spaces of #0ebf4c

RGB 1419176
HSL0.390.860.40
HSV141°93°75°
CMYK 0.930.000.60   0.25
XYZ20.116437.876813.0882
Yxy37.87680.28300.5329
Hunter Lab61.5441-49.357530.4721
CIE-Lab67.9297-63.795046.0020

#0ebf4c color RGB value is (14,191,76).

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

The process color (four color CMYK) of #0ebf4c color hex is 0.93, 0.00, 0.60, 0.25. Web safe color of #0ebf4c is #00cc33. Color #0ebf4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 01001100
Octal 16 277 114
Decimal 14 191 76
Hex E BF 4C

RGB Percentages of Color #0ebf4c

%4.98
%67.97
%27.05

CMYK Percentages of Color #0ebf4c

%93
%0
%60
%25

Triadic Colors of #0ebf4c

#0ebf4c #4c0ebf #bf4c0e

Analogous Colors of #0ebf4c

#0ebf4c #0ebfa5 #29bf0e

Monochromatic Colors of #0ebf4c

#0ebf4c

Complementary Color

#0ebf4c #bf0e81

#0ebf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebf4c Color CSS Codes

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

#0ebf4c Text Font Color

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

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


#0ebf4c Background Color

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

This div background color is #0ebf4c


#0ebf4c Border Color

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

This div border color is #0ebf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebf4c


Comments

No comments written yet.

Please login to write comment.