Color Hex Logo

#17daef Color Hex

#17DAEF
(23,218,239)
0 Favorites   0 Comments

Color spaces of #17daef

RGB 23218239
HSL0.520.870.51
HSV186°90°94°
CMYK 0.900.090.00   0.06
XYZ41.004756.557090.4168
Yxy56.55700.21810.3009
Hunter Lab75.2044-34.2817-18.6402
CIE-Lab79.9298-35.6848-22.5902

#17daef color RGB value is (23,218,239).

#17daef hex color red value is 23, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #17daef hue: 0.52 , saturation: 0.87 and the lightness value of 17daef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 11011010 11101111
Octal 27 332 357
Decimal 23 218 239
Hex 17 DA EF

RGB Percentages of Color #17daef

%4.79
%45.42
%49.79

CMYK Percentages of Color #17daef

%90
%9
%0
%6

Triadic Colors of #17daef

#17daef #ef17da #daef17

Analogous Colors of #17daef

#17daef #176eef #17ef98

Monochromatic Colors of #17daef

#17daef

Complementary Color

#17daef #ef2c17

#17daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#17daef Color CSS Codes

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

#17daef Text Font Color

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

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


#17daef Background Color

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

This div background color is #17daef


#17daef Border Color

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

This div border color is #17daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17daef


Comments

No comments written yet.

Please login to write comment.