Color Hex Logo

#17bdca Color Hex

#17BDCA
(23,189,202)
0 Favorites   0 Comments

Color spaces of #17bdca

RGB 23189202
HSL0.510.800.44
HSV184°89°79°
CMYK 0.890.060.00   0.21
XYZ29.211640.841662.2207
Yxy40.84160.22080.3088
Hunter Lab63.9074-30.2470-12.9899
CIE-Lab70.0648-33.5452-17.5794

#17bdca color RGB value is (23,189,202).

#17bdca hex color red value is 23, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #17bdca hue: 0.51 , saturation: 0.80 and the lightness value of 17bdca is 0.44.

The process color (four color CMYK) of #17bdca color hex is 0.89, 0.06, 0.00, 0.21. Web safe color of #17bdca is #00cccc. Color #17bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10111101 11001010
Octal 27 275 312
Decimal 23 189 202
Hex 17 BD CA

RGB Percentages of Color #17bdca

%5.56
%45.65
%48.79

CMYK Percentages of Color #17bdca

%89
%6
%0
%21

Triadic Colors of #17bdca

#17bdca #ca17bd #bdca17

Analogous Colors of #17bdca

#17bdca #1764ca #17ca7e

Monochromatic Colors of #17bdca

#17bdca

Complementary Color

#17bdca #ca2417

#17bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#17bdca Color CSS Codes

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

#17bdca Text Font Color

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

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


#17bdca Background Color

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

This div background color is #17bdca


#17bdca Border Color

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

This div border color is #17bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17bdca


Comments

No comments written yet.

Please login to write comment.