Color Hex Logo

#00bbfa Color Hex

#00BBFA
(0,187,250)
0 Favorites   0 Comments

Color spaces of #00bbfa

RGB 0187250
HSL0.541.000.49
HSV195°100°98°
CMYK 1.000.250.00   0.02
XYZ35.025642.442896.7887
Yxy42.44280.20100.2436
Hunter Lab65.1481-18.0423-42.4817
CIE-Lab71.1751-17.2853-42.0005

#00bbfa color RGB value is (0,187,250).

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

The process color (four color CMYK) of #00bbfa color hex is 1.00, 0.25, 0.00, 0.02. Web safe color of #00bbfa is #00ccff. Color #00bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111011 11111010
Octal 0 273 372
Decimal 0 187 250
Hex 0 BB FA

RGB Percentages of Color #00bbfa

%0.00
%42.79
%57.21

CMYK Percentages of Color #00bbfa

%100
%25
%0
%2

Triadic Colors of #00bbfa

#00bbfa #fa00bb #bbfa00

Analogous Colors of #00bbfa

#00bbfa #003efa #00fabc

Monochromatic Colors of #00bbfa

#00bbfa

Complementary Color

#00bbfa #fa3f00

#00bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bbfa Color CSS Codes

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

#00bbfa Text Font Color

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

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


#00bbfa Background Color

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

This div background color is #00bbfa


#00bbfa Border Color

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

This div border color is #00bbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bbfa

#00bbfa Color Palettes


Comments

No comments written yet.

Please login to write comment.