Color Hex Logo

#17dfaf Color Hex

#17DFAF
(23,223,175)
0 Favorites   0 Comments

Color spaces of #17dfaf

RGB 23223175
HSL0.460.810.48
HSV166°90°87°
CMYK 0.900.000.22   0.13
XYZ34.478956.052749.5595
Yxy56.05270.24610.4001
Hunter Lab74.8684-48.815513.1605
CIE-Lab79.6438-55.663011.0573

#17dfaf color RGB value is (23,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011111 10101111
Octal 27 337 257
Decimal 23 223 175
Hex 17 DF AF

RGB Percentages of Color #17dfaf

%5.46
%52.97
%41.57

CMYK Percentages of Color #17dfaf

%90
%0
%22
%13

Triadic Colors of #17dfaf

#17dfaf #af17df #dfaf17

Analogous Colors of #17dfaf

#17dfaf #17abdf #17df4b

Monochromatic Colors of #17dfaf

#17dfaf

Complementary Color

#17dfaf #df1747

#17dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dfaf Color CSS Codes

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

#17dfaf Text Font Color

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

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


#17dfaf Background Color

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

This div background color is #17dfaf


#17dfaf Border Color

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

This div border color is #17dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dfaf


Comments

No comments written yet.

Please login to write comment.