Color Hex Logo

#0beaef Color Hex

#0BEAEF
(11,234,239)
0 Favorites   0 Comments

Color spaces of #0beaef

RGB 11234239
HSL0.500.910.49
HSV181°95°94°
CMYK 0.950.020.00   0.06
XYZ45.140865.148891.8572
Yxy65.14880.22330.3223
Hunter Lab80.7148-41.4225-10.9744
CIE-Lab84.5604-43.3459-15.5994

#0beaef color RGB value is (11,234,239).

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

The process color (four color CMYK) of #0beaef color hex is 0.95, 0.02, 0.00, 0.06. Web safe color of #0beaef is #00ffff. Color #0beaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101010 11101111
Octal 13 352 357
Decimal 11 234 239
Hex B EA EF

RGB Percentages of Color #0beaef

%2.27
%48.35
%49.38

CMYK Percentages of Color #0beaef

%95
%2
%0
%6

Triadic Colors of #0beaef

#0beaef #ef0bea #eaef0b

Analogous Colors of #0beaef

#0beaef #0b78ef #0bef82

Monochromatic Colors of #0beaef

#0beaef

Complementary Color

#0beaef #ef100b

#0beaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beaef Color CSS Codes

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

#0beaef Text Font Color

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

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


#0beaef Background Color

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

This div background color is #0beaef


#0beaef Border Color

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

This div border color is #0beaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beaef


Comments

No comments written yet.

Please login to write comment.