Color Hex Logo

#17acbe Color Hex

#17ACBE
(23,172,190)
0 Favorites   0 Comments

Color spaces of #17acbe

RGB 23172190
HSL0.520.780.42
HSV186°88°75°
CMYK 0.880.090.00   0.25
XYZ24.400133.404953.8770
Yxy33.40490.21850.2991
Hunter Lab57.7970-25.7875-14.8109
CIE-Lab64.4874-29.1526-19.4181

#17acbe color RGB value is (23,172,190).

#17acbe hex color red value is 23, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #17acbe hue: 0.52 , saturation: 0.78 and the lightness value of 17acbe is 0.42.

The process color (four color CMYK) of #17acbe color hex is 0.88, 0.09, 0.00, 0.25. Web safe color of #17acbe is #0099cc. Color #17acbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10101100 10111110
Octal 27 254 276
Decimal 23 172 190
Hex 17 AC BE

RGB Percentages of Color #17acbe

%5.97
%44.68
%49.35

CMYK Percentages of Color #17acbe

%88
%9
%0
%25

Triadic Colors of #17acbe

#17acbe #be17ac #acbe17

Analogous Colors of #17acbe

#17acbe #1758be #17be7d

Monochromatic Colors of #17acbe

#17acbe

Complementary Color

#17acbe #be2917

#17acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#17acbe Color CSS Codes

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

#17acbe Text Font Color

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

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


#17acbe Background Color

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

This div background color is #17acbe


#17acbe Border Color

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

This div border color is #17acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17acbe


Comments

No comments written yet.

Please login to write comment.