Color Hex Logo

#17aaaf Color Hex

#17AAAF
(23,170,175)
0 Favorites   0 Comments

Color spaces of #17aaaf

RGB 23170175
HSL0.510.770.39
HSV182°87°69°
CMYK 0.870.030.00   0.31
XYZ22.465932.026845.5551
Yxy32.02680.22460.3201
Hunter Lab56.5922-28.1757-8.1122
CIE-Lab63.3650-32.9436-12.7491

#17aaaf color RGB value is (23,170,175).

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

The process color (four color CMYK) of #17aaaf color hex is 0.87, 0.03, 0.00, 0.31. Web safe color of #17aaaf is #009999. Color #17aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10101010 10101111
Octal 27 252 257
Decimal 23 170 175
Hex 17 AA AF

RGB Percentages of Color #17aaaf

%6.25
%46.20
%47.55

CMYK Percentages of Color #17aaaf

%87
%3
%0
%31

Triadic Colors of #17aaaf

#17aaaf #af17aa #aaaf17

Analogous Colors of #17aaaf

#17aaaf #175eaf #17af68

Monochromatic Colors of #17aaaf

#17aaaf

Complementary Color

#17aaaf #af1c17

#17aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#17aaaf Color CSS Codes

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

#17aaaf Text Font Color

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

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


#17aaaf Background Color

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

This div background color is #17aaaf


#17aaaf Border Color

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

This div border color is #17aaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,170,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17aaaf

#17aaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.