Color Hex Logo

#17bfaa Color Hex

#17BFAA
(23,191,170)
0 Favorites   0 Comments

Color spaces of #17bfaa

RGB 23191170
HSL0.480.790.42
HSV173°88°75°
CMYK 0.880.000.11   0.25
XYZ26.239940.346044.4348
Yxy40.34600.23640.3634
Hunter Lab63.5185-37.41792.9862
CIE-Lab69.7153-43.8922-0.5640

#17bfaa color RGB value is (23,191,170).

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

The process color (four color CMYK) of #17bfaa color hex is 0.88, 0.00, 0.11, 0.25. Web safe color of #17bfaa is #00cc99. Color #17bfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10111111 10101010
Octal 27 277 252
Decimal 23 191 170
Hex 17 BF AA

RGB Percentages of Color #17bfaa

%5.99
%49.74
%44.27

CMYK Percentages of Color #17bfaa

%88
%0
%11
%25

Triadic Colors of #17bfaa

#17bfaa #aa17bf #bfaa17

Analogous Colors of #17bfaa

#17bfaa #1780bf #17bf56

Monochromatic Colors of #17bfaa

#17bfaa

Complementary Color

#17bfaa #bf172c

#17bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#17bfaa Color CSS Codes

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

#17bfaa Text Font Color

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

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


#17bfaa Background Color

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

This div background color is #17bfaa


#17bfaa Border Color

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

This div border color is #17bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17bfaa


Comments

No comments written yet.

Please login to write comment.