Color Hex Logo

#17dcda Color Hex

#17DCDA
(23,220,218)
0 Favorites   0 Comments

Color spaces of #17dcda

RGB 23220218
HSL0.500.810.48
HSV179°90°86°
CMYK 0.900.000.01   0.14
XYZ38.601456.430575.1873
Yxy56.43050.22680.3315
Hunter Lab75.1202-39.7361-6.7588
CIE-Lab79.8582-42.9065-11.5038

#17dcda color RGB value is (23,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011100 11011010
Octal 27 334 332
Decimal 23 220 218
Hex 17 DC DA

RGB Percentages of Color #17dcda

%4.99
%47.72
%47.29

CMYK Percentages of Color #17dcda

%90
%0
%1
%14

Triadic Colors of #17dcda

#17dcda #da17dc #dcda17

Analogous Colors of #17dcda

#17dcda #177cdc #17dc78

Monochromatic Colors of #17dcda

#17dcda

Complementary Color

#17dcda #dc1719

#17dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dcda Color CSS Codes

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

#17dcda Text Font Color

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

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


#17dcda Background Color

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

This div background color is #17dcda


#17dcda Border Color

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

This div border color is #17dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dcda


Comments

No comments written yet.

Please login to write comment.