Color Hex Logo

#0be8df Color Hex

#0BE8DF
(11,232,223)
0 Favorites   0 Comments

Color spaces of #0be8df

RGB 11232223
HSL0.490.910.48
HSV178°95°91°
CMYK 0.950.000.04   0.09
XYZ42.313963.112179.7637
Yxy63.11210.22850.3408
Hunter Lab79.4431-43.9508-3.9191
CIE-Lab83.5013-47.1006-8.7388

#0be8df color RGB value is (11,232,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101000 11011111
Octal 13 350 337
Decimal 11 232 223
Hex B E8 DF

RGB Percentages of Color #0be8df

%2.36
%49.79
%47.85

CMYK Percentages of Color #0be8df

%95
%0
%4
%9

Triadic Colors of #0be8df

#0be8df #df0be8 #e8df0b

Analogous Colors of #0be8df

#0be8df #0b83e8 #0be871

Monochromatic Colors of #0be8df

#0be8df

Complementary Color

#0be8df #e80b14

#0be8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be8df Color CSS Codes

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

#0be8df Text Font Color

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

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


#0be8df Background Color

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

This div background color is #0be8df


#0be8df Border Color

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

This div border color is #0be8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be8df


Comments

No comments written yet.

Please login to write comment.