Color Hex Logo

#17cdaf Color Hex

#17CDAF
(23,205,175)
0 Favorites   0 Comments

Color spaces of #17cdaf

RGB 23205175
HSL0.470.800.45
HSV170°89°80°
CMYK 0.890.000.15   0.20
XYZ29.922546.939948.0407
Yxy46.93990.23960.3758
Hunter Lab68.5127-41.93846.3851
CIE-Lab74.1513-48.44423.1754

#17cdaf color RGB value is (23,205,175).

#17cdaf hex color red value is 23, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #17cdaf hue: 0.47 , saturation: 0.80 and the lightness value of 17cdaf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11001101 10101111
Octal 27 315 257
Decimal 23 205 175
Hex 17 CD AF

RGB Percentages of Color #17cdaf

%5.71
%50.87
%43.42

CMYK Percentages of Color #17cdaf

%89
%0
%15
%20

Triadic Colors of #17cdaf

#17cdaf #af17cd #cdaf17

Analogous Colors of #17cdaf

#17cdaf #1790cd #17cd54

Monochromatic Colors of #17cdaf

#17cdaf

Complementary Color

#17cdaf #cd1735

#17cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#17cdaf Color CSS Codes

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

#17cdaf Text Font Color

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

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


#17cdaf Background Color

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

This div background color is #17cdaf


#17cdaf Border Color

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

This div border color is #17cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17cdaf


Comments

No comments written yet.

Please login to write comment.