Color Hex Logo

#00faff Color Hex

#00FAFF
(0,250,255)
0 Favorites   0 Comments

Color spaces of #00faff

RGB 0250255
HSL0.501.000.50
HSV181°100°100°
CMYK 1.000.020.00   0.00
XYZ52.235675.5912106.4452
Yxy75.59120.22300.3227
Hunter Lab86.9432-44.9075-11.7289
CIE-Lab89.6692-45.9152-16.3078

#00faff color RGB value is (0,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 11111111
Octal 0 372 377
Decimal 0 250 255
Hex 0 FA FF

RGB Percentages of Color #00faff

%0.00
%49.50
%50.50

CMYK Percentages of Color #00faff

%100
%2
%0
%0

Triadic Colors of #00faff

#00faff #ff00fa #faff00

Analogous Colors of #00faff

#00faff #007bff #00ff85

Monochromatic Colors of #00faff

#00faff

Complementary Color

#00faff #ff0500

#00faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#00faff Color CSS Codes

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

#00faff Text Font Color

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

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


#00faff Background Color

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

This div background color is #00faff


#00faff Border Color

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

This div border color is #00faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00faff

Related Colors


Comments

No comments written yet.

Please login to write comment.