Color Hex Logo

#17bfdb Color Hex

#17BFDB
(23,191,219)
0 Favorites   0 Comments

Color spaces of #17bfdb

RGB 23191219
HSL0.520.810.47
HSV189°89°86°
CMYK 0.890.130.00   0.14
XYZ31.770342.558273.5579
Yxy42.55820.21480.2878
Hunter Lab65.2366-27.2345-21.1871
CIE-Lab71.2541-29.0940-25.0522

#17bfdb color RGB value is (23,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 10111111 11011011
Octal 27 277 333
Decimal 23 191 219
Hex 17 BF DB

RGB Percentages of Color #17bfdb

%5.31
%44.11
%50.58

CMYK Percentages of Color #17bfdb

%89
%13
%0
%14

Triadic Colors of #17bfdb

#17bfdb #db17bf #bfdb17

Analogous Colors of #17bfdb

#17bfdb #175ddb #17db95

Monochromatic Colors of #17bfdb

#17bfdb

Complementary Color

#17bfdb #db3317

#17bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#17bfdb Color CSS Codes

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

#17bfdb Text Font Color

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

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


#17bfdb Background Color

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

This div background color is #17bfdb


#17bfdb Border Color

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

This div border color is #17bfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,191,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 #17bfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17bfdb


Comments

No comments written yet.

Please login to write comment.