Color Hex Logo

#17bdbe Color Hex

#17BDBE
(23,189,190)
0 Favorites   0 Comments

Color spaces of #17bdbe

RGB 23189190
HSL0.500.780.42
HSV180°88°75°
CMYK 0.880.010.00   0.25
XYZ27.845240.295155.0253
Yxy40.29510.22610.3272
Hunter Lab63.4784-32.7871-6.9597
CIE-Lab69.6792-37.2285-11.5827

#17bdbe color RGB value is (23,189,190).

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

The process color (four color CMYK) of #17bdbe color hex is 0.88, 0.01, 0.00, 0.25. Web safe color of #17bdbe is #00cccc. Color #17bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10111101 10111110
Octal 27 275 276
Decimal 23 189 190
Hex 17 BD BE

RGB Percentages of Color #17bdbe

%5.72
%47.01
%47.26

CMYK Percentages of Color #17bdbe

%88
%1
%0
%25

Triadic Colors of #17bdbe

#17bdbe #be17bd #bdbe17

Analogous Colors of #17bdbe

#17bdbe #176abe #17be6c

Monochromatic Colors of #17bdbe

#17bdbe

Complementary Color

#17bdbe #be1817

#17bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#17bdbe Color CSS Codes

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

#17bdbe Text Font Color

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

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


#17bdbe Background Color

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

This div background color is #17bdbe


#17bdbe Border Color

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

This div border color is #17bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17bdbe


Comments

No comments written yet.

Please login to write comment.