Color Hex Logo

#11baed Color Hex

#11BAED
(17,186,237)
0 Favorites   0 Comments

Color spaces of #11baed

RGB 17186237
HSL0.540.870.50
HSV194°93°93°
CMYK 0.930.220.00   0.07
XYZ33.076141.351486.3591
Yxy41.35140.20570.2572
Hunter Lab64.3051-20.7202-34.6105
CIE-Lab70.4214-20.8145-36.1286

#11baed color RGB value is (17,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 11101101
Octal 21 272 355
Decimal 17 186 237
Hex 11 BA ED

RGB Percentages of Color #11baed

%3.86
%42.27
%53.86

CMYK Percentages of Color #11baed

%93
%22
%0
%7

Triadic Colors of #11baed

#11baed #ed11ba #baed11

Analogous Colors of #11baed

#11baed #114ced #11edb2

Monochromatic Colors of #11baed

#11baed

Complementary Color

#11baed #ed4411

#11baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#11baed Color CSS Codes

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

#11baed Text Font Color

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

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


#11baed Background Color

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

This div background color is #11baed


#11baed Border Color

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

This div border color is #11baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11baed


Comments

No comments written yet.

Please login to write comment.