Color Hex Logo

#17badd Color Hex

#17BADD
(23,186,221)
0 Favorites   0 Comments

Color spaces of #17badd

RGB 23186221
HSL0.530.810.48
HSV191°90°87°
CMYK 0.900.160.00   0.13
XYZ30.963440.520474.5959
Yxy40.52040.21200.2774
Hunter Lab63.6556-24.5713-24.9210
CIE-Lab69.8386-25.9556-28.3143

#17badd color RGB value is (23,186,221).

#17badd hex color red value is 23, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #17badd hue: 0.53 , saturation: 0.81 and the lightness value of 17badd is 0.48.

The process color (four color CMYK) of #17badd color hex is 0.90, 0.16, 0.00, 0.13. Web safe color of #17badd is #00cccc. Color #17badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10111010 11011101
Octal 27 272 335
Decimal 23 186 221
Hex 17 BA DD

RGB Percentages of Color #17badd

%5.35
%43.26
%51.40

CMYK Percentages of Color #17badd

%90
%16
%0
%13

Triadic Colors of #17badd

#17badd #dd17ba #badd17

Analogous Colors of #17badd

#17badd #1757dd #17dd9d

Monochromatic Colors of #17badd

#17badd

Complementary Color

#17badd #dd3a17

#17badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#17badd Color CSS Codes

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

#17badd Text Font Color

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

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


#17badd Background Color

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

This div background color is #17badd


#17badd Border Color

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

This div border color is #17badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17badd


Comments

No comments written yet.

Please login to write comment.