Color Hex Logo

#11aec8 Color Hex

#11AEC8
(17,174,200)
0 Favorites   0 Comments

Color spaces of #11aec8

RGB 17174200
HSL0.520.840.43
HSV189°92°78°
CMYK 0.920.130.00   0.22
XYZ25.792534.561459.9552
Yxy34.56140.21440.2873
Hunter Lab58.7889-24.5673-19.3139
CIE-Lab65.4058-27.1777-23.5729

#11aec8 color RGB value is (17,174,200).

#11aec8 hex color red value is 17, green value is 174 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #11aec8 hue: 0.52 , saturation: 0.84 and the lightness value of 11aec8 is 0.43.

The process color (four color CMYK) of #11aec8 color hex is 0.92, 0.13, 0.00, 0.22. Web safe color of #11aec8 is #0099cc. Color #11aec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101110 11001000
Octal 21 256 310
Decimal 17 174 200
Hex 11 AE C8

RGB Percentages of Color #11aec8

%4.35
%44.50
%51.15

CMYK Percentages of Color #11aec8

%92
%13
%0
%22

Triadic Colors of #11aec8

#11aec8 #c811ae #aec811

Analogous Colors of #11aec8

#11aec8 #1153c8 #11c887

Monochromatic Colors of #11aec8

#11aec8

Complementary Color

#11aec8 #c82b11

#11aec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aec8 Color CSS Codes

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

#11aec8 Text Font Color

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

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


#11aec8 Background Color

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

This div background color is #11aec8


#11aec8 Border Color

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

This div border color is #11aec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aec8


Comments

No comments written yet.

Please login to write comment.