Color Hex Logo

#17dbcf Color Hex

#17DBCF
(23,219,207)
0 Favorites   0 Comments

Color spaces of #17dbcf

RGB 23219207
HSL0.490.810.47
HSV176°89°86°
CMYK 0.890.000.05   0.14
XYZ36.947455.350267.7678
Yxy55.35020.23080.3458
Hunter Lab74.3977-41.5493-1.9280
CIE-Lab79.2426-45.6188-6.5480

#17dbcf color RGB value is (23,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011011 11001111
Octal 27 333 317
Decimal 23 219 207
Hex 17 DB CF

RGB Percentages of Color #17dbcf

%5.12
%48.78
%46.10

CMYK Percentages of Color #17dbcf

%89
%0
%5
%14

Triadic Colors of #17dbcf

#17dbcf #cf17db #dbcf17

Analogous Colors of #17dbcf

#17dbcf #1785db #17db6d

Monochromatic Colors of #17dbcf

#17dbcf

Complementary Color

#17dbcf #db1723

#17dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dbcf Color CSS Codes

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

#17dbcf Text Font Color

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

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


#17dbcf Background Color

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

This div background color is #17dbcf


#17dbcf Border Color

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

This div border color is #17dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dbcf


Comments

No comments written yet.

Please login to write comment.