Color Hex Logo

#0ebc23 Color Hex

#0EBC23
(14,188,35)
0 Favorites   0 Comments

Color spaces of #0ebc23

RGB 1418835
HSL0.350.860.40
HSV127°93°74°
CMYK 0.930.000.81   0.26
XYZ18.467736.18127.6004
Yxy36.18120.29670.5812
Hunter Lab60.1508-50.460334.6139
CIE-Lab66.6581-66.687660.1656

#0ebc23 color RGB value is (14,188,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111100 00100011
Octal 16 274 43
Decimal 14 188 35
Hex E BC 23

RGB Percentages of Color #0ebc23

%5.91
%79.32
%14.77

CMYK Percentages of Color #0ebc23

%93
%0
%81
%26

Triadic Colors of #0ebc23

#0ebc23 #230ebc #bc230e

Analogous Colors of #0ebc23

#0ebc23 #0ebc7a #50bc0e

Monochromatic Colors of #0ebc23

#0ebc23

Complementary Color

#0ebc23 #bc0ea7

#0ebc23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebc23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebc23 Color CSS Codes

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

#0ebc23 Text Font Color

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

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


#0ebc23 Background Color

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

This div background color is #0ebc23


#0ebc23 Border Color

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

This div border color is #0ebc23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebc23


Comments

No comments written yet.

Please login to write comment.