Color Hex Logo

#10faa9 Color Hex

#10FAA9
(16,250,169)
0 Favorites   0 Comments

Color spaces of #10faa9

RGB 16250169
HSL0.440.960.52
HSV159°94°98°
CMYK 0.940.000.32   0.02
XYZ41.560771.345949.1168
Yxy71.34590.25650.4403
Hunter Lab84.4665-59.987724.6497
CIE-Lab87.6528-67.273725.3254

#10faa9 color RGB value is (16,250,169).

#10faa9 hex color red value is 16, green value is 250 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #10faa9 hue: 0.44 , saturation: 0.96 and the lightness value of 10faa9 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11111010 10101001
Octal 20 372 251
Decimal 16 250 169
Hex 10 FA A9

RGB Percentages of Color #10faa9

%3.68
%57.47
%38.85

CMYK Percentages of Color #10faa9

%94
%0
%32
%2

Triadic Colors of #10faa9

#10faa9 #a910fa #faa910

Analogous Colors of #10faa9

#10faa9 #10d6fa #10fa34

Monochromatic Colors of #10faa9

#10faa9

Complementary Color

#10faa9 #fa1061

#10faa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10faa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#10faa9 Color CSS Codes

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

#10faa9 Text Font Color

<p style="color:#10faa9">Text here</p>

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


#10faa9 Background Color

<div style="background-color:#10faa9">
Div content here</div>

This div background color is #10faa9


#10faa9 Border Color

<div style="border:3px solid #10faa9">
Div here</div>

This div border color is #10faa9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,250,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10faa9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10faa9;
  -webkit-box-shadow: 1px 1px 3px 2px #10faa9;
  box-shadow:         1px 1px 3px 2px #10faa9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10faa9


Comments

No comments written yet.

Please login to write comment.