Color Hex Logo

#11adae Color Hex

#11ADAE
(17,173,174)
0 Favorites   0 Comments

Color spaces of #11adae

RGB 17173174
HSL0.500.820.37
HSV180°90°68°
CMYK 0.900.010.00   0.32
XYZ22.814733.062345.2236
Yxy33.06230.22570.3270
Hunter Lab57.4998-29.7997-6.3817
CIE-Lab64.2113-34.9997-10.9262

#11adae color RGB value is (17,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 10101110
Octal 21 255 256
Decimal 17 173 174
Hex 11 AD AE

RGB Percentages of Color #11adae

%4.67
%47.53
%47.80

CMYK Percentages of Color #11adae

%90
%1
%0
%32

Triadic Colors of #11adae

#11adae #ae11ad #adae11

Analogous Colors of #11adae

#11adae #115fae #11ae60

Monochromatic Colors of #11adae

#11adae

Complementary Color

#11adae #ae1211

#11adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11adae Color CSS Codes

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

#11adae Text Font Color

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

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


#11adae Background Color

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

This div background color is #11adae


#11adae Border Color

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

This div border color is #11adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11adae


Comments

No comments written yet.

Please login to write comment.