color codes Logo

#17dbaa color codes

#17DBAA
(23,219,170)
0 Favorites   0 Comments

Color spaces of #17dbaa

RGB 23219170
HSL0.460.810.47
HSV165°89°86°
CMYK 0.890.000.22   0.14
XYZ32.940653.747546.6684
Yxy53.74750.24700.4030
Hunter Lab73.3127-48.094213.5769
CIE-Lab78.3143-55.316411.8167

#17dbaa color RGB value is (23,219,170).

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

The process color (four color CMYK) of #17dbaa color code is 0.89, 0.00, 0.22, 0.14. Web safe color of #17dbaa is #00cc99. Color #17dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011011 10101010
Octal 27 333 252
Decimal 23 219 170
Hex 17 DB AA

RGB Percentages of Color #17dbaa

%5.58
%53.16
%41.26

CMYK Percentages of Color #17dbaa

%89
%0
%22
%14

Triadic Colors of #17dbaa

#17dbaa #aa17db #dbaa17

Analogous Colors of #17dbaa

#17dbaa #17aadb #17db48

Monochromatic Colors of #17dbaa

#17dbaa

Complementary Color

#17dbaa #db1748

#17dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dbaa Color CSS Codes

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

#17dbaa Text Font Color

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

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


#17dbaa Background Color

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

This div background color is #17dbaa


#17dbaa Border Color

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

This div border color is #17dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dbaa


Comments

No comments written yet.

Please login to write comment.