Color Hex Logo

#17afaa Color Hex

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

Color spaces of #17afaa

RGB 23175170
HSL0.490.770.39
HSV178°87°69°
CMYK 0.870.000.03   0.31
XYZ22.939033.744443.3345
Yxy33.74440.22930.3374
Hunter Lab58.0899-31.1699-3.5668
CIE-Lab64.7592-36.7978-7.8742

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

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

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

Base Numbers

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

RGB Percentages of Color #17afaa

%6.25
%47.55
%46.20

CMYK Percentages of Color #17afaa

%87
%0
%3
%31

Triadic Colors of #17afaa

#17afaa #aa17af #afaa17

Analogous Colors of #17afaa

#17afaa #1768af #17af5e

Monochromatic Colors of #17afaa

#17afaa

Complementary Color

#17afaa #af171c

#17afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#17afaa Color CSS Codes

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

#17afaa Text Font Color

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

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


#17afaa Background Color

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

This div background color is #17afaa


#17afaa Border Color

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

This div border color is #17afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17afaa


Comments

No comments written yet.

Please login to write comment.