Color Hex Logo

#00fabf Color Hex

#00FABF
(0,250,191)
0 Favorites   0 Comments

Color spaces of #00fabf

RGB 0250191
HSL0.461.000.49
HSV166°100°98°
CMYK 1.000.000.24   0.02
XYZ43.589672.132860.9158
Yxy72.13280.24680.4084
Hunter Lab84.9310-57.016816.9267
CIE-Lab88.0325-62.832614.5678

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 10111111
Octal 0 372 277
Decimal 0 250 191
Hex 0 FA BF

RGB Percentages of Color #00fabf

%0.00
%56.69
%43.31

CMYK Percentages of Color #00fabf

%100
%0
%24
%2

Triadic Colors of #00fabf

#00fabf #bf00fa #fabf00

Analogous Colors of #00fabf

#00fabf #00b8fa #00fa42

Monochromatic Colors of #00fabf

#00fabf

Complementary Color

#00fabf #fa003b

#00fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fabf Color CSS Codes

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

#00fabf Text Font Color

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

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


#00fabf Background Color

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

This div background color is #00fabf


#00fabf Border Color

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

This div border color is #00fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fabf

Related Colors


Comments

No comments written yet.

Please login to write comment.