Color Hex Logo

#00faac Color Hex

#00FAAC
(0,250,172)
0 Favorites   0 Comments

Color spaces of #00faac

RGB 0250172
HSL0.451.000.49
HSV161°100°98°
CMYK 1.000.000.31   0.02
XYZ41.632071.349850.6074
Yxy71.34980.25450.4362
Hunter Lab84.4688-59.843423.6060
CIE-Lab87.6547-67.064923.7924

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 10101100
Octal 0 372 254
Decimal 0 250 172
Hex 0 FA AC

RGB Percentages of Color #00faac

%0.00
%59.24
%40.76

CMYK Percentages of Color #00faac

%100
%0
%31
%2

Triadic Colors of #00faac

#00faac #ac00fa #faac00

Analogous Colors of #00faac

#00faac #00cbfa #00fa2f

Monochromatic Colors of #00faac

#00faac

Complementary Color

#00faac #fa004e

#00faac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00faac Color Preview on White Background

Lorem ipsum dolor sit amet.

#00faac Color CSS Codes

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

#00faac Text Font Color

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

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


#00faac Background Color

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

This div background color is #00faac


#00faac Border Color

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

This div border color is #00faac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00faac


Comments

No comments written yet.

Please login to write comment.