Color Hex Logo

#17ddce Color Hex

#17DDCE
(23,221,206)
0 Favorites   0 Comments

Color spaces of #17ddce

RGB 23221206
HSL0.490.810.48
HSV175°90°87°
CMYK 0.900.000.07   0.13
XYZ37.350456.351367.3008
Yxy56.35130.23200.3500
Hunter Lab75.0675-42.5541-0.6084
CIE-Lab79.8133-46.7571-5.1708

#17ddce color RGB value is (23,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011101 11001110
Octal 27 335 316
Decimal 23 221 206
Hex 17 DD CE

RGB Percentages of Color #17ddce

%5.11
%49.11
%45.78

CMYK Percentages of Color #17ddce

%90
%0
%7
%13

Triadic Colors of #17ddce

#17ddce #ce17dd #ddce17

Analogous Colors of #17ddce

#17ddce #1789dd #17dd6b

Monochromatic Colors of #17ddce

#17ddce

Complementary Color

#17ddce #dd1726

#17ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#17ddce Color CSS Codes

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

#17ddce Text Font Color

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

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


#17ddce Background Color

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

This div background color is #17ddce


#17ddce Border Color

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

This div border color is #17ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17ddce


Comments

No comments written yet.

Please login to write comment.