Color Hex Logo

#00fafb Color Hex

#00FAFB
(0,250,251)
0 Favorites   0 Comments

Color spaces of #00fafb

RGB 0250251
HSL0.501.000.49
HSV180°100°98°
CMYK 1.000.000.00   0.02
XYZ51.598275.3362103.0886
Yxy75.33620.22430.3275
Hunter Lab86.7964-45.7802-9.6616
CIE-Lab89.5502-47.0751-14.4042

#00fafb color RGB value is (0,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 11111011
Octal 0 372 373
Decimal 0 250 251
Hex 0 FA FB

RGB Percentages of Color #00fafb

%0.00
%49.90
%50.10

CMYK Percentages of Color #00fafb

%100
%0
%0
%2

Triadic Colors of #00fafb

#00fafb #fb00fa #fafb00

Analogous Colors of #00fafb

#00fafb #007dfb #00fb7f

Monochromatic Colors of #00fafb

#00fafb

Complementary Color

#00fafb #fb0100

#00fafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fafb Color CSS Codes

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

#00fafb Text Font Color

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

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


#00fafb Background Color

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

This div background color is #00fafb


#00fafb Border Color

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

This div border color is #00fafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fafb

#00fafb Color Palettes


Comments

No comments written yet.

Please login to write comment.