Color Hex Logo

#0beeff Color Hex

#0BEEFF
(11,238,255)
0 Favorites   0 Comments

Color spaces of #0beeff

RGB 11238255
HSL0.511.000.52
HSV184°96°100°
CMYK 0.960.070.00   0.00
XYZ48.762568.4402105.2480
Yxy68.44020.21920.3077
Hunter Lab82.7286-39.5622-17.5192
CIE-Lab86.2261-40.3602-21.4973

#0beeff color RGB value is (11,238,255).

#0beeff hex color red value is 11, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0beeff hue: 0.51 , saturation: 1.00 and the lightness value of 0beeff is 0.52.

The process color (four color CMYK) of #0beeff color hex is 0.96, 0.07, 0.00, 0.00. Web safe color of #0beeff is #00ffff. Color #0beeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101110 11111111
Octal 13 356 377
Decimal 11 238 255
Hex B EE FF

RGB Percentages of Color #0beeff

%2.18
%47.22
%50.60

CMYK Percentages of Color #0beeff

%96
%7
%0
%0

Triadic Colors of #0beeff

#0beeff #ff0bee #eeff0b

Analogous Colors of #0beeff

#0beeff #0b74ff #0bff96

Monochromatic Colors of #0beeff

#0beeff

Complementary Color

#0beeff #ff1c0b

#0beeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beeff Color CSS Codes

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

#0beeff Text Font Color

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

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


#0beeff Background Color

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

This div background color is #0beeff


#0beeff Border Color

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

This div border color is #0beeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beeff

Related Colors


Comments

No comments written yet.

Please login to write comment.