Color Hex Logo

#0bffef Color Hex

#0BFFEF
(11,255,239)
0 Favorites   0 Comments

Color spaces of #0bffef

RGB 11255239
HSL0.491.000.52
HSV176°96°100°
CMYK 0.960.000.06   0.00
XYZ51.478077.823193.9696
Yxy77.82310.23060.3486
Hunter Lab88.2174-50.2193-1.4038
CIE-Lab90.6991-52.3442-6.4530

#0bffef color RGB value is (11,255,239).

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

The process color (four color CMYK) of #0bffef color hex is 0.96, 0.00, 0.06, 0.00. Web safe color of #0bffef is #00ffff. Color #0bffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111111 11101111
Octal 13 377 357
Decimal 11 255 239
Hex B FF EF

RGB Percentages of Color #0bffef

%2.18
%50.50
%47.33

CMYK Percentages of Color #0bffef

%96
%0
%6
%0

Triadic Colors of #0bffef

#0bffef #ef0bff #ffef0b

Analogous Colors of #0bffef

#0bffef #0b95ff #0bff75

Monochromatic Colors of #0bffef

#0bffef

Complementary Color

#0bffef #ff0b1b

#0bffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bffef Color CSS Codes

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

#0bffef Text Font Color

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

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


#0bffef Background Color

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

This div background color is #0bffef


#0bffef Border Color

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

This div border color is #0bffef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,255,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 #0bffef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bffef

Related Colors


Comments

No comments written yet.

Please login to write comment.