Color Hex Logo

#17ddbf Color Hex

#17DDBF
(23,221,191)
0 Favorites   0 Comments

Color spaces of #17ddbf

RGB 23221191
HSL0.470.810.48
HSV171°90°87°
CMYK 0.900.000.14   0.13
XYZ35.613855.656658.1560
Yxy55.65660.23830.3725
Hunter Lab74.6034-45.34446.0037
CIE-Lab79.4180-50.81922.2425

#17ddbf color RGB value is (23,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011101 10111111
Octal 27 335 277
Decimal 23 221 191
Hex 17 DD BF

RGB Percentages of Color #17ddbf

%5.29
%50.80
%43.91

CMYK Percentages of Color #17ddbf

%90
%0
%14
%13

Triadic Colors of #17ddbf

#17ddbf #bf17dd #ddbf17

Analogous Colors of #17ddbf

#17ddbf #1798dd #17dd5c

Monochromatic Colors of #17ddbf

#17ddbf

Complementary Color

#17ddbf #dd1735

#17ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#17ddbf Color CSS Codes

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

#17ddbf Text Font Color

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

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


#17ddbf Background Color

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

This div background color is #17ddbf


#17ddbf Border Color

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

This div border color is #17ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17ddbf


Comments

No comments written yet.

Please login to write comment.