Color Hex Logo

#17dcdd Color Hex

#17DCDD
(23,220,221)
0 Favorites   0 Comments

Color spaces of #17dcdd

RGB 23220221
HSL0.500.810.48
HSV180°90°87°
CMYK 0.900.000.00   0.13
XYZ38.997756.589077.2740
Yxy56.58900.22560.3274
Hunter Lab75.2257-39.1088-8.2465
CIE-Lab79.9479-42.0301-12.9697

#17dcdd color RGB value is (23,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011100 11011101
Octal 27 334 335
Decimal 23 220 221
Hex 17 DC DD

RGB Percentages of Color #17dcdd

%4.96
%47.41
%47.63

CMYK Percentages of Color #17dcdd

%90
%0
%0
%13

Triadic Colors of #17dcdd

#17dcdd #dd17dc #dcdd17

Analogous Colors of #17dcdd

#17dcdd #1779dd #17dd7b

Monochromatic Colors of #17dcdd

#17dcdd

Complementary Color

#17dcdd #dd1817

#17dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dcdd Color CSS Codes

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

#17dcdd Text Font Color

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

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


#17dcdd Background Color

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

This div background color is #17dcdd


#17dcdd Border Color

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

This div border color is #17dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dcdd


Comments

No comments written yet.

Please login to write comment.