Color Hex Logo

#0be017 Color Hex

#0BE017
(11,224,23)
0 Favorites   0 Comments

Color spaces of #0be017

RGB 1122423
HSL0.340.910.46
HSV123°95°88°
CMYK 0.950.000.90   0.12
XYZ26.948353.44439.7061
Yxy53.44430.29910.5932
Hunter Lab73.1056-62.135943.3021
CIE-Lab78.1366-77.287272.9619

#0be017 color RGB value is (11,224,23).

#0be017 hex color red value is 11, green value is 224 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #0be017 hue: 0.34 , saturation: 0.91 and the lightness value of 0be017 is 0.46.

The process color (four color CMYK) of #0be017 color hex is 0.95, 0.00, 0.90, 0.12. Web safe color of #0be017 is #00cc00. Color #0be017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11100000 00010111
Octal 13 340 27
Decimal 11 224 23
Hex B E0 17

RGB Percentages of Color #0be017

%4.26
%86.82
%8.91

CMYK Percentages of Color #0be017

%95
%0
%90
%12

Triadic Colors of #0be017

#0be017 #170be0 #e0170b

Analogous Colors of #0be017

#0be017 #0be082 #6ae00b

Monochromatic Colors of #0be017

#0be017

Complementary Color

#0be017 #e00bd4

#0be017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be017 Color CSS Codes

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

#0be017 Text Font Color

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

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


#0be017 Background Color

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

This div background color is #0be017


#0be017 Border Color

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

This div border color is #0be017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,224,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 #0be017">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be017


Comments

No comments written yet.

Please login to write comment.