Color Hex Logo

#00faba Color Hex

#00FABA
(0,250,186)
0 Favorites   0 Comments

Color spaces of #00faba

RGB 0250186
HSL0.461.000.49
HSV165°100°98°
CMYK 1.000.000.26   0.02
XYZ43.048571.916458.0667
Yxy71.91640.24880.4156
Hunter Lab84.8035-57.794918.7654
CIE-Lab87.9283-63.985816.9987

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 10111010
Octal 0 372 272
Decimal 0 250 186
Hex 0 FA BA

RGB Percentages of Color #00faba

%0.00
%57.34
%42.66

CMYK Percentages of Color #00faba

%100
%0
%26
%2

Triadic Colors of #00faba

#00faba #ba00fa #faba00

Analogous Colors of #00faba

#00faba #00bdfa #00fa3d

Monochromatic Colors of #00faba

#00faba

Complementary Color

#00faba #fa0040

#00faba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00faba Color Preview on White Background

Lorem ipsum dolor sit amet.

#00faba Color CSS Codes

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

#00faba Text Font Color

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

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


#00faba Background Color

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

This div background color is #00faba


#00faba Border Color

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

This div border color is #00faba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00faba


Comments

No comments written yet.

Please login to write comment.