Color Hex Logo

#17dfcf Color Hex

#17DFCF
(23,223,207)
0 Favorites   0 Comments

Color spaces of #17dfcf

RGB 23223207
HSL0.490.810.48
HSV175°90°87°
CMYK 0.900.000.07   0.13
XYZ38.003557.462568.1199
Yxy57.46250.23230.3513
Hunter Lab75.8040-43.1681-0.2171
CIE-Lab80.4390-47.3317-4.7804

#17dfcf color RGB value is (23,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011111 11001111
Octal 27 337 317
Decimal 23 223 207
Hex 17 DF CF

RGB Percentages of Color #17dfcf

%5.08
%49.23
%45.70

CMYK Percentages of Color #17dfcf

%90
%0
%7
%13

Triadic Colors of #17dfcf

#17dfcf #cf17df #dfcf17

Analogous Colors of #17dfcf

#17dfcf #178bdf #17df6b

Monochromatic Colors of #17dfcf

#17dfcf

Complementary Color

#17dfcf #df1727

#17dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dfcf Color CSS Codes

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

#17dfcf Text Font Color

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

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


#17dfcf Background Color

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

This div background color is #17dfcf


#17dfcf Border Color

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

This div border color is #17dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dfcf


Comments

No comments written yet.

Please login to write comment.