Color Hex Logo

#17a1aa Color Hex

#17A1AA
(23,161,170)
0 Favorites   0 Comments

Color spaces of #17a1aa

RGB 23161170
HSL0.510.760.38
HSV184°86°67°
CMYK 0.860.050.00   0.33
XYZ20.353928.574242.4728
Yxy28.57420.22270.3126
Hunter Lab53.4548-25.5789-9.6908
CIE-Lab60.4040-30.1885-14.4015

#17a1aa color RGB value is (23,161,170).

#17a1aa hex color red value is 23, green value is 161 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #17a1aa hue: 0.51 , saturation: 0.76 and the lightness value of 17a1aa is 0.38.

The process color (four color CMYK) of #17a1aa color hex is 0.86, 0.05, 0.00, 0.33. Web safe color of #17a1aa is #009999. Color #17a1aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10100001 10101010
Octal 27 241 252
Decimal 23 161 170
Hex 17 A1 AA

RGB Percentages of Color #17a1aa

%6.50
%45.48
%48.02

CMYK Percentages of Color #17a1aa

%86
%5
%0
%33

Triadic Colors of #17a1aa

#17a1aa #aa17a1 #a1aa17

Analogous Colors of #17a1aa

#17a1aa #1757aa #17aa6a

Monochromatic Colors of #17a1aa

#17a1aa

Complementary Color

#17a1aa #aa2017

#17a1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17a1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#17a1aa Color CSS Codes

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

#17a1aa Text Font Color

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

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


#17a1aa Background Color

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

This div background color is #17a1aa


#17a1aa Border Color

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

This div border color is #17a1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17a1aa


Comments

No comments written yet.

Please login to write comment.