Color Hex Logo

#17d8de Color Hex

#17D8DE
(23,216,222)
0 Favorites   0 Comments

Color spaces of #17d8de

RGB 23216222
HSL0.510.810.48
HSV182°90°87°
CMYK 0.900.030.00   0.13
XYZ38.094054.567877.6321
Yxy54.56780.22370.3204
Hunter Lab73.8700-37.2219-10.6005
CIE-Lab78.7917-39.9389-15.2383

#17d8de color RGB value is (23,216,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011000 11011110
Octal 27 330 336
Decimal 23 216 222
Hex 17 D8 DE

RGB Percentages of Color #17d8de

%4.99
%46.85
%48.16

CMYK Percentages of Color #17d8de

%90
%3
%0
%13

Triadic Colors of #17d8de

#17d8de #de17d8 #d8de17

Analogous Colors of #17d8de

#17d8de #1775de #17de81

Monochromatic Colors of #17d8de

#17d8de

Complementary Color

#17d8de #de1d17

#17d8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17d8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#17d8de Color CSS Codes

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

#17d8de Text Font Color

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

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


#17d8de Background Color

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

This div background color is #17d8de


#17d8de Border Color

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

This div border color is #17d8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17d8de


Comments

No comments written yet.

Please login to write comment.