Color Hex Logo

#10dfaa Color Hex

#10DFAA
(16,223,170)
0 Favorites   0 Comments

Color spaces of #10dfaa

RGB 16223170
HSL0.460.870.47
HSV165°93°87°
CMYK 0.930.000.24   0.13
XYZ33.857155.787847.0139
Yxy55.78780.24770.4082
Hunter Lab74.6912-49.796614.9642
CIE-Lab79.4929-57.169213.4776

#10dfaa color RGB value is (16,223,170).

#10dfaa hex color red value is 16, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #10dfaa hue: 0.46 , saturation: 0.87 and the lightness value of 10dfaa is 0.47.

The process color (four color CMYK) of #10dfaa color hex is 0.93, 0.00, 0.24, 0.13. Web safe color of #10dfaa is #00cc99. Color #10dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11011111 10101010
Octal 20 337 252
Decimal 16 223 170
Hex 10 DF AA

RGB Percentages of Color #10dfaa

%3.91
%54.52
%41.56

CMYK Percentages of Color #10dfaa

%93
%0
%24
%13

Triadic Colors of #10dfaa

#10dfaa #aa10df #dfaa10

Analogous Colors of #10dfaa

#10dfaa #10addf #10df43

Monochromatic Colors of #10dfaa

#10dfaa

Complementary Color

#10dfaa #df1045

#10dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#10dfaa Color CSS Codes

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

#10dfaa Text Font Color

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

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


#10dfaa Background Color

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

This div background color is #10dfaa


#10dfaa Border Color

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

This div border color is #10dfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,223,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 #10dfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10dfaa


Comments

No comments written yet.

Please login to write comment.