Color Hex Logo

#11aaae Color Hex

#11AAAE
(17,170,174)
0 Favorites   0 Comments

Color spaces of #11aaae

RGB 17170174
HSL0.500.820.37
HSV182°90°68°
CMYK 0.900.020.00   0.32
XYZ22.245931.924645.0340
Yxy31.92460.22420.3218
Hunter Lab56.5019-28.5993-7.7049
CIE-Lab63.2805-33.5917-12.3222

#11aaae color RGB value is (17,170,174).

#11aaae hex color red value is 17, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #11aaae hue: 0.50 , saturation: 0.82 and the lightness value of 11aaae is 0.37.

The process color (four color CMYK) of #11aaae color hex is 0.90, 0.02, 0.00, 0.32. Web safe color of #11aaae is #009999. Color #11aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 10101110
Octal 21 252 256
Decimal 17 170 174
Hex 11 AA AE

RGB Percentages of Color #11aaae

%4.71
%47.09
%48.20

CMYK Percentages of Color #11aaae

%90
%2
%0
%32

Triadic Colors of #11aaae

#11aaae #ae11aa #aaae11

Analogous Colors of #11aaae

#11aaae #115cae #11ae63

Monochromatic Colors of #11aaae

#11aaae

Complementary Color

#11aaae #ae1511

#11aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aaae Color CSS Codes

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

#11aaae Text Font Color

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

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


#11aaae Background Color

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

This div background color is #11aaae


#11aaae Border Color

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

This div border color is #11aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aaae


Comments

No comments written yet.

Please login to write comment.