Color Hex Logo

#00faaa Color Hex

#00FAAA
(0,250,170)
0 Favorites   0 Comments

Color spaces of #00faaa

RGB 0250170
HSL0.451.000.49
HSV161°100°98°
CMYK 1.000.000.32   0.02
XYZ41.441371.273549.6032
Yxy71.27350.25530.4391
Hunter Lab84.4236-60.120524.2606
CIE-Lab87.6177-67.486324.7602

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 10101010
Octal 0 372 252
Decimal 0 250 170
Hex 0 FA AA

RGB Percentages of Color #00faaa

%0.00
%59.52
%40.48

CMYK Percentages of Color #00faaa

%100
%0
%32
%2

Triadic Colors of #00faaa

#00faaa #aa00fa #faaa00

Analogous Colors of #00faaa

#00faaa #00cdfa #00fa2d

Monochromatic Colors of #00faaa

#00faaa

Complementary Color

#00faaa #fa0050

#00faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00faaa Color CSS Codes

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

#00faaa Text Font Color

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

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


#00faaa Background Color

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

This div background color is #00faaa


#00faaa Border Color

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

This div border color is #00faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00faaa

Related Colors


Comments

No comments written yet.

Please login to write comment.