Color Hex Logo

#11baef Color Hex

#11BAEF
(17,186,239)
0 Favorites   0 Comments

Color spaces of #11baef

RGB 17186239
HSL0.540.870.50
HSV194°93°94°
CMYK 0.930.220.00   0.06
XYZ33.370141.469087.9069
Yxy41.46900.20500.2548
Hunter Lab64.3964-20.1954-35.8587
CIE-Lab70.5033-20.1284-37.0870

#11baef color RGB value is (17,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 11101111
Octal 21 272 357
Decimal 17 186 239
Hex 11 BA EF

RGB Percentages of Color #11baef

%3.85
%42.08
%54.07

CMYK Percentages of Color #11baef

%93
%22
%0
%6

Triadic Colors of #11baef

#11baef #ef11ba #baef11

Analogous Colors of #11baef

#11baef #114bef #11efb5

Monochromatic Colors of #11baef

#11baef

Complementary Color

#11baef #ef4611

#11baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11baef Color CSS Codes

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

#11baef Text Font Color

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

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


#11baef Background Color

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

This div background color is #11baef


#11baef Border Color

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

This div border color is #11baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11baef


Comments

No comments written yet.

Please login to write comment.