Color Hex Logo

#17daaa Color Hex

#17DAAA
(23,218,170)
0 Favorites   0 Comments

Color spaces of #17daaa

RGB 23218170
HSL0.460.810.47
HSV165°89°85°
CMYK 0.890.000.22   0.15
XYZ32.680553.227246.5817
Yxy53.22720.24670.4017
Hunter Lab72.9570-47.717013.2143
CIE-Lab78.0089-54.927111.3838

#17daaa color RGB value is (23,218,170).

#17daaa hex color red value is 23, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #17daaa hue: 0.46 , saturation: 0.81 and the lightness value of 17daaa is 0.47.

The process color (four color CMYK) of #17daaa color hex is 0.89, 0.00, 0.22, 0.15. Web safe color of #17daaa is #00cc99. Color #17daaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011010 10101010
Octal 27 332 252
Decimal 23 218 170
Hex 17 DA AA

RGB Percentages of Color #17daaa

%5.60
%53.04
%41.36

CMYK Percentages of Color #17daaa

%89
%0
%22
%15

Triadic Colors of #17daaa

#17daaa #aa17da #daaa17

Analogous Colors of #17daaa

#17daaa #17a9da #17da49

Monochromatic Colors of #17daaa

#17daaa

Complementary Color

#17daaa #da1747

#17daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#17daaa Color CSS Codes

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

#17daaa Text Font Color

<p style="color:#17daaa">Text here</p>

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


#17daaa Background Color

<div style="background-color:#17daaa">
Div content here</div>

This div background color is #17daaa


#17daaa Border Color

<div style="border:3px solid #17daaa">
Div here</div>

This div border color is #17daaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,218,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17daaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17daaa;
  -webkit-box-shadow: 1px 1px 3px 2px #17daaa;
  box-shadow:         1px 1px 3px 2px #17daaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,218,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 #17daaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17daaa


Comments

No comments written yet.

Please login to write comment.