Color Hex Logo

#17dcaf Color Hex

#17DCAF
(23,220,175)
0 Favorites   0 Comments

Color spaces of #17dcaf

RGB 23220175
HSL0.460.810.48
HSV166°90°86°
CMYK 0.900.000.20   0.14
XYZ33.684454.463749.2946
Yxy54.46370.24510.3963
Hunter Lab73.7995-47.676212.0567
CIE-Lab78.7313-54.49039.7587

#17dcaf color RGB value is (23,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011100 10101111
Octal 27 334 257
Decimal 23 220 175
Hex 17 DC AF

RGB Percentages of Color #17dcaf

%5.50
%52.63
%41.87

CMYK Percentages of Color #17dcaf

%90
%0
%20
%14

Triadic Colors of #17dcaf

#17dcaf #af17dc #dcaf17

Analogous Colors of #17dcaf

#17dcaf #17a7dc #17dc4d

Monochromatic Colors of #17dcaf

#17dcaf

Complementary Color

#17dcaf #dc1744

#17dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dcaf Color CSS Codes

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

#17dcaf Text Font Color

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

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


#17dcaf Background Color

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

This div background color is #17dcaf


#17dcaf Border Color

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

This div border color is #17dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dcaf


Comments

No comments written yet.

Please login to write comment.