Color Hex Logo

#00bafb Color Hex

#00BAFB
(0,186,251)
0 Favorites   0 Comments

Color spaces of #00bafb

RGB 0186251
HSL0.541.000.49
HSV196°100°98°
CMYK 1.000.260.00   0.02
XYZ34.971542.082897.5464
Yxy42.08280.20030.2410
Hunter Lab64.8713-17.2970-43.7440
CIE-Lab70.9280-16.4045-42.9272

#00bafb color RGB value is (0,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111010 11111011
Octal 0 272 373
Decimal 0 186 251
Hex 0 BA FB

RGB Percentages of Color #00bafb

%0.00
%42.56
%57.44

CMYK Percentages of Color #00bafb

%100
%26
%0
%2

Triadic Colors of #00bafb

#00bafb #fb00ba #bafb00

Analogous Colors of #00bafb

#00bafb #003dfb #00fbbf

Monochromatic Colors of #00bafb

#00bafb

Complementary Color

#00bafb #fb4100

#00bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bafb Color CSS Codes

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

#00bafb Text Font Color

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

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


#00bafb Background Color

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

This div background color is #00bafb


#00bafb Border Color

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

This div border color is #00bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bafb


Comments

No comments written yet.

Please login to write comment.