Color Hex Logo

#11daef Color Hex

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

Color spaces of #11daef

RGB 17218239
HSL0.520.870.50
HSV186°93°94°
CMYK 0.930.090.00   0.06
XYZ40.882656.494090.4110
Yxy56.49400.21770.3008
Hunter Lab75.1625-34.4441-18.7047
CIE-Lab79.8941-35.9066-22.6476

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011010 11101111
Octal 21 332 357
Decimal 17 218 239
Hex 11 DA EF

RGB Percentages of Color #11daef

%3.59
%45.99
%50.42

CMYK Percentages of Color #11daef

%93
%9
%0
%6

Triadic Colors of #11daef

#11daef #ef11da #daef11

Analogous Colors of #11daef

#11daef #116bef #11ef95

Monochromatic Colors of #11daef

#11daef

Complementary Color

#11daef #ef2611

#11daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11daef Color CSS Codes

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

#11daef Text Font Color

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

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


#11daef Background Color

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

This div background color is #11daef


#11daef Border Color

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

This div border color is #11daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11daef


Comments

No comments written yet.

Please login to write comment.