Color Hex Logo

#17dccd Color Hex

#17DCCD
(23,220,205)
0 Favorites   0 Comments

Color spaces of #17dccd

RGB 23220205
HSL0.490.810.48
HSV175°90°86°
CMYK 0.900.000.07   0.14
XYZ36.966055.776366.5752
Yxy55.77630.23200.3501
Hunter Lab74.6835-42.3443-0.5745
CIE-Lab79.4863-46.6083-5.1201

#17dccd color RGB value is (23,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011100 11001101
Octal 27 334 315
Decimal 23 220 205
Hex 17 DC CD

RGB Percentages of Color #17dccd

%5.13
%49.11
%45.76

CMYK Percentages of Color #17dccd

%90
%0
%7
%14

Triadic Colors of #17dccd

#17dccd #cd17dc #dccd17

Analogous Colors of #17dccd

#17dccd #1789dc #17dc6b

Monochromatic Colors of #17dccd

#17dccd

Complementary Color

#17dccd #dc1726

#17dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dccd Color CSS Codes

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

#17dccd Text Font Color

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

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


#17dccd Background Color

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

This div background color is #17dccd


#17dccd Border Color

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

This div border color is #17dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dccd


Comments

No comments written yet.

Please login to write comment.