Color Hex Logo

#17dcd2 Color Hex

#17DCD2
(23,220,210)
0 Favorites   0 Comments

Color spaces of #17dcd2

RGB 23220210
HSL0.490.810.48
HSV177°90°86°
CMYK 0.900.000.05   0.14
XYZ37.579456.021769.8054
Yxy56.02170.23000.3428
Hunter Lab74.8476-41.3624-2.9025
CIE-Lab79.6262-45.2034-7.5812

#17dcd2 color RGB value is (23,220,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011100 11010010
Octal 27 334 322
Decimal 23 220 210
Hex 17 DC D2

RGB Percentages of Color #17dcd2

%5.08
%48.57
%46.36

CMYK Percentages of Color #17dcd2

%90
%0
%5
%14

Triadic Colors of #17dcd2

#17dcd2 #d217dc #dcd217

Analogous Colors of #17dcd2

#17dcd2 #1784dc #17dc70

Monochromatic Colors of #17dcd2

#17dcd2

Complementary Color

#17dcd2 #dc1721

#17dcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dcd2 Color CSS Codes

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

#17dcd2 Text Font Color

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

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


#17dcd2 Background Color

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

This div background color is #17dcd2


#17dcd2 Border Color

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

This div border color is #17dcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dcd2


Comments

No comments written yet.

Please login to write comment.