Color Hex Logo

#11acee Color Hex

#11ACEE
(17,172,238)
0 Favorites   0 Comments

Color spaces of #11acee

RGB 17172238
HSL0.550.870.50
HSV198°93°93°
CMYK 0.930.280.00   0.07
XYZ30.416335.797386.1954
Yxy35.79730.19960.2349
Hunter Lab59.8308-13.9597-43.5346
CIE-Lab66.3648-13.0206-43.0058

#11acee color RGB value is (17,172,238).

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

The process color (four color CMYK) of #11acee color hex is 0.93, 0.28, 0.00, 0.07. Web safe color of #11acee is #0099ff. Color #11acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101100 11101110
Octal 21 254 356
Decimal 17 172 238
Hex 11 AC EE

RGB Percentages of Color #11acee

%3.98
%40.28
%55.74

CMYK Percentages of Color #11acee

%93
%28
%0
%7

Triadic Colors of #11acee

#11acee #ee11ac #acee11

Analogous Colors of #11acee

#11acee #113dee #11eec2

Monochromatic Colors of #11acee

#11acee

Complementary Color

#11acee #ee5311

#11acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#11acee Color CSS Codes

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

#11acee Text Font Color

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

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


#11acee Background Color

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

This div background color is #11acee


#11acee Border Color

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

This div border color is #11acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11acee


Comments

No comments written yet.

Please login to write comment.