Color Hex Logo

#11daee Color Hex

#11DAEE
(17,218,238)
0 Favorites   0 Comments

Color spaces of #11daee

RGB 17218238
HSL0.520.870.50
HSV185°93°93°
CMYK 0.930.080.00   0.07
XYZ40.735256.435089.6350
Yxy56.43500.21810.3021
Hunter Lab75.1232-34.6749-18.1570
CIE-Lab79.8608-36.2168-22.1658

#11daee color RGB value is (17,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011010 11101110
Octal 21 332 356
Decimal 17 218 238
Hex 11 DA EE

RGB Percentages of Color #11daee

%3.59
%46.09
%50.32

CMYK Percentages of Color #11daee

%93
%8
%0
%7

Triadic Colors of #11daee

#11daee #ee11da #daee11

Analogous Colors of #11daee

#11daee #116cee #11ee94

Monochromatic Colors of #11daee

#11daee

Complementary Color

#11daee #ee2511

#11daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#11daee Color CSS Codes

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

#11daee Text Font Color

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

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


#11daee Background Color

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

This div background color is #11daee


#11daee Border Color

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

This div border color is #11daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11daee


Comments

No comments written yet.

Please login to write comment.