Color Hex Logo

#00bbef Color Hex

#00BBEF
(0,187,239)
0 Favorites   0 Comments

Color spaces of #00bbef

RGB 0187239
HSL0.541.000.47
HSV193°100°94°
CMYK 1.000.220.00   0.06
XYZ33.350341.772687.9665
Yxy41.77260.20450.2561
Hunter Lab64.6317-20.9986-35.4540
CIE-Lab70.7139-21.1059-36.7660

#00bbef color RGB value is (0,187,239).

#00bbef hex color red value is 0, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #00bbef hue: 0.54 , saturation: 1.00 and the lightness value of 00bbef is 0.47.

The process color (four color CMYK) of #00bbef color hex is 1.00, 0.22, 0.00, 0.06. Web safe color of #00bbef is #00ccff. Color #00bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111011 11101111
Octal 0 273 357
Decimal 0 187 239
Hex 0 BB EF

RGB Percentages of Color #00bbef

%0.00
%43.90
%56.10

CMYK Percentages of Color #00bbef

%100
%22
%0
%6

Triadic Colors of #00bbef

#00bbef #ef00bb #bbef00

Analogous Colors of #00bbef

#00bbef #0043ef #00efac

Monochromatic Colors of #00bbef

#00bbef

Complementary Color

#00bbef #ef3400

#00bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bbef Color CSS Codes

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

#00bbef Text Font Color

<p style="color:#00bbef">Text here</p>

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


#00bbef Background Color

<div style="background-color:#00bbef">
Div content here</div>

This div background color is #00bbef


#00bbef Border Color

<div style="border:3px solid #00bbef">
Div here</div>

This div border color is #00bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bbef


Comments

No comments written yet.

Please login to write comment.