Color Hex Logo

#0eb02d Color Hex

#0EB02D
(14,176,45)
0 Favorites   0 Comments

Color spaces of #0eb02d

RGB 1417645
HSL0.370.850.37
HSV131°92°69°
CMYK 0.920.000.74   0.31
XYZ16.180131.33357.6778
Yxy31.33350.29320.5677
Hunter Lab55.9763-46.362731.0511
CIE-Lab62.7882-62.494953.2146

#0eb02d color RGB value is (14,176,45).

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

The process color (four color CMYK) of #0eb02d color hex is 0.92, 0.00, 0.74, 0.31. Web safe color of #0eb02d is #009933. Color #0eb02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110000 00101101
Octal 16 260 55
Decimal 14 176 45
Hex E B0 2D

RGB Percentages of Color #0eb02d

%5.96
%74.89
%19.15

CMYK Percentages of Color #0eb02d

%92
%0
%74
%31

Triadic Colors of #0eb02d

#0eb02d #2d0eb0 #b02d0e

Analogous Colors of #0eb02d

#0eb02d #0eb07e #40b00e

Monochromatic Colors of #0eb02d

#0eb02d

Complementary Color

#0eb02d #b00e91

#0eb02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb02d Color CSS Codes

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

#0eb02d Text Font Color

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

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


#0eb02d Background Color

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

This div background color is #0eb02d


#0eb02d Border Color

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

This div border color is #0eb02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb02d


Comments

No comments written yet.

Please login to write comment.