Color Hex Logo

#0be989 Color Hex

#0BE989
(11,233,137)
0 Favorites   0 Comments

Color spaces of #0be989

RGB 11233137
HSL0.430.910.48
HSV154°95°91°
CMYK 0.950.000.41   0.09
XYZ33.792360.155133.4970
Yxy60.15510.26520.4720
Hunter Lab77.5597-57.958128.6852
CIE-Lab81.9224-67.867533.8178

#0be989 color RGB value is (11,233,137).

#0be989 hex color red value is 11, green value is 233 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #0be989 hue: 0.43 , saturation: 0.91 and the lightness value of 0be989 is 0.48.

The process color (four color CMYK) of #0be989 color hex is 0.95, 0.00, 0.41, 0.09. Web safe color of #0be989 is #00ff99. Color #0be989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101001 10001001
Octal 13 351 211
Decimal 11 233 137
Hex B E9 89

RGB Percentages of Color #0be989

%2.89
%61.15
%35.96

CMYK Percentages of Color #0be989

%95
%0
%41
%9

Triadic Colors of #0be989

#0be989 #890be9 #e9890b

Analogous Colors of #0be989

#0be989 #0bdae9 #0be91a

Monochromatic Colors of #0be989

#0be989

Complementary Color

#0be989 #e90b6b

#0be989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be989 Color CSS Codes

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

#0be989 Text Font Color

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

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


#0be989 Background Color

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

This div background color is #0be989


#0be989 Border Color

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

This div border color is #0be989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be989


Comments

No comments written yet.

Please login to write comment.