Color Hex Logo

#17bddb Color Hex

#17BDDB
(23,189,219)
0 Favorites   0 Comments

Color spaces of #17bddb

RGB 23189219
HSL0.530.810.47
HSV189°89°86°
CMYK 0.890.140.00   0.14
XYZ31.337141.691873.4135
Yxy41.69180.21400.2847
Hunter Lab64.5692-26.3654-22.2128
CIE-Lab70.6579-28.1087-25.9652

#17bddb color RGB value is (23,189,219).

#17bddb hex color red value is 23, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #17bddb hue: 0.53 , saturation: 0.81 and the lightness value of 17bddb is 0.47.

The process color (four color CMYK) of #17bddb color hex is 0.89, 0.14, 0.00, 0.14. Web safe color of #17bddb is #00cccc. Color #17bddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10111101 11011011
Octal 27 275 333
Decimal 23 189 219
Hex 17 BD DB

RGB Percentages of Color #17bddb

%5.34
%43.85
%50.81

CMYK Percentages of Color #17bddb

%89
%14
%0
%14

Triadic Colors of #17bddb

#17bddb #db17bd #bddb17

Analogous Colors of #17bddb

#17bddb #175bdb #17db97

Monochromatic Colors of #17bddb

#17bddb

Complementary Color

#17bddb #db3517

#17bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#17bddb Color CSS Codes

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

#17bddb Text Font Color

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

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


#17bddb Background Color

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

This div background color is #17bddb


#17bddb Border Color

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

This div border color is #17bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17bddb


Comments

No comments written yet.

Please login to write comment.