Color Hex Logo

#10acaa Color Hex

#10ACAA
(16,172,170)
0 Favorites   0 Comments

Color spaces of #10acaa

RGB 16172170
HSL0.500.830.37
HSV179°91°67°
CMYK 0.910.000.01   0.33
XYZ22.221932.517543.1355
Yxy32.51750.22700.3322
Hunter Lab57.0241-30.2320-4.9326
CIE-Lab63.7683-35.8051-9.3571

#10acaa color RGB value is (16,172,170).

#10acaa hex color red value is 16, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #10acaa hue: 0.50 , saturation: 0.83 and the lightness value of 10acaa is 0.37.

The process color (four color CMYK) of #10acaa color hex is 0.91, 0.00, 0.01, 0.33. Web safe color of #10acaa is #009999. Color #10acaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101100 10101010
Octal 20 254 252
Decimal 16 172 170
Hex 10 AC AA

RGB Percentages of Color #10acaa

%4.47
%48.04
%47.49

CMYK Percentages of Color #10acaa

%91
%0
%1
%33

Triadic Colors of #10acaa

#10acaa #aa10ac #acaa10

Analogous Colors of #10acaa

#10acaa #1060ac #10ac5c

Monochromatic Colors of #10acaa

#10acaa

Complementary Color

#10acaa #ac1012

#10acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#10acaa Color CSS Codes

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

#10acaa Text Font Color

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

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


#10acaa Background Color

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

This div background color is #10acaa


#10acaa Border Color

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

This div border color is #10acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10acaa


Comments

No comments written yet.

Please login to write comment.