Color Hex Logo

#17dbed Color Hex

#17DBED
(23,219,237)
0 Favorites   0 Comments

Color spaces of #17dbed

RGB 23219237
HSL0.510.860.51
HSV185°90°93°
CMYK 0.900.080.00   0.07
XYZ40.970956.959688.9557
Yxy56.95960.21920.3048
Hunter Lab75.4716-35.1738-17.0529
CIE-Lab80.1569-36.7675-21.1806

#17dbed color RGB value is (23,219,237).

#17dbed hex color red value is 23, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #17dbed hue: 0.51 , saturation: 0.86 and the lightness value of 17dbed is 0.51.

The process color (four color CMYK) of #17dbed color hex is 0.90, 0.08, 0.00, 0.07. Web safe color of #17dbed is #00ccff. Color #17dbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011011 11101101
Octal 27 333 355
Decimal 23 219 237
Hex 17 DB ED

RGB Percentages of Color #17dbed

%4.80
%45.72
%49.48

CMYK Percentages of Color #17dbed

%90
%8
%0
%7

Triadic Colors of #17dbed

#17dbed #ed17db #dbed17

Analogous Colors of #17dbed

#17dbed #1770ed #17ed94

Monochromatic Colors of #17dbed

#17dbed

Complementary Color

#17dbed #ed2917

#17dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#17dbed Color CSS Codes

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

#17dbed Text Font Color

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

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


#17dbed Background Color

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

This div background color is #17dbed


#17dbed Border Color

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

This div border color is #17dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17dbed


Comments

No comments written yet.

Please login to write comment.