Color Hex Logo

#0bee1a Color Hex

#0BEE1A
(11,238,26)
0 Favorites   0 Comments

Color spaces of #0bee1a

RGB 1123826
HSL0.340.910.49
HSV124°95°93°
CMYK 0.950.000.89   0.07
XYZ30.899061.294811.1798
Yxy61.29480.29890.5929
Hunter Lab78.2910-66.560946.3372
CIE-Lab82.5370-80.928776.2384

#0bee1a color RGB value is (11,238,26).

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

The process color (four color CMYK) of #0bee1a color hex is 0.95, 0.00, 0.89, 0.07. Web safe color of #0bee1a is #00ff33. Color #0bee1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101110 00011010
Octal 13 356 32
Decimal 11 238 26
Hex B EE 1A

RGB Percentages of Color #0bee1a

%4.00
%86.55
%9.45

CMYK Percentages of Color #0bee1a

%95
%0
%89
%7

Triadic Colors of #0bee1a

#0bee1a #1a0bee #ee1a0b

Analogous Colors of #0bee1a

#0bee1a #0bee8c #6eee0b

Monochromatic Colors of #0bee1a

#0bee1a

Complementary Color

#0bee1a #ee0bdf

#0bee1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bee1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bee1a Color CSS Codes

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

#0bee1a Text Font Color

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

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


#0bee1a Background Color

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

This div background color is #0bee1a


#0bee1a Border Color

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

This div border color is #0bee1a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,238,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bee1a


Comments

No comments written yet.

Please login to write comment.