Color Hex Logo

#0be163 Color Hex

#0BE163
(11,225,99)
0 Favorites   0 Comments

Color spaces of #0be163

RGB 1122599
HSL0.400.910.46
HSV145°95°88°
CMYK 0.950.000.56   0.12
XYZ29.315454.822420.8411
Yxy54.82240.27930.5222
Hunter Lab74.0422-58.900535.1408
CIE-Lab78.9389-71.396348.4264

#0be163 color RGB value is (11,225,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11100001 01100011
Octal 13 341 143
Decimal 11 225 99
Hex B E1 63

RGB Percentages of Color #0be163

%3.28
%67.16
%29.55

CMYK Percentages of Color #0be163

%95
%0
%56
%12

Triadic Colors of #0be163

#0be163 #630be1 #e1630b

Analogous Colors of #0be163

#0be163 #0be1ce #1ee10b

Monochromatic Colors of #0be163

#0be163

Complementary Color

#0be163 #e10b89

#0be163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be163 Color CSS Codes

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

#0be163 Text Font Color

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

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


#0be163 Background Color

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

This div background color is #0be163


#0be163 Border Color

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

This div border color is #0be163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be163


Comments

No comments written yet.

Please login to write comment.