Color Hex Logo

#00fafa Color Hex

#00FAFA
(0,250,250)
0 Favorites   0 Comments

Color spaces of #00fafa

RGB 0250250
HSL0.501.000.49
HSV180°100°98°
CMYK 1.000.000.00   0.02
XYZ51.440975.2733102.2605
Yxy75.27330.22470.3287
Hunter Lab86.7602-45.9961-9.1504
CIE-Lab89.5209-47.3634-13.9276

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 11111010
Octal 0 372 372
Decimal 0 250 250
Hex 0 FA FA

RGB Percentages of Color #00fafa

%0.00
%50.00
%50.00

CMYK Percentages of Color #00fafa

%100
%0
%0
%2

Triadic Colors of #00fafa

#00fafa #fa00fa #fafa00

Analogous Colors of #00fafa

#00fafa #007dfa #00fa7d

Monochromatic Colors of #00fafa

#00fafa

Complementary Color

#00fafa #fa0000

#00fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fafa Color CSS Codes

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

#00fafa Text Font Color

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

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


#00fafa Background Color

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

This div background color is #00fafa


#00fafa Border Color

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

This div border color is #00fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fafa

Related Colors

#00fafa Color Palettes


Comments

No comments written yet.

Please login to write comment.