Color Hex Logo

#11deae Color Hex

#11DEAE
(17,222,174)
0 Favorites   0 Comments

Color spaces of #11deae

RGB 17222174
HSL0.460.860.47
HSV166°92°87°
CMYK 0.920.000.22   0.13
XYZ33.992455.417748.9495
Yxy55.41770.24570.4005
Hunter Lab74.4431-48.768213.1244
CIE-Lab79.2813-55.785411.0661

#11deae color RGB value is (17,222,174).

#11deae hex color red value is 17, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #11deae hue: 0.46 , saturation: 0.86 and the lightness value of 11deae is 0.47.

The process color (four color CMYK) of #11deae color hex is 0.92, 0.00, 0.22, 0.13. Web safe color of #11deae is #00cc99. Color #11deae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011110 10101110
Octal 21 336 256
Decimal 17 222 174
Hex 11 DE AE

RGB Percentages of Color #11deae

%4.12
%53.75
%42.13

CMYK Percentages of Color #11deae

%92
%0
%22
%13

Triadic Colors of #11deae

#11deae #ae11de #deae11

Analogous Colors of #11deae

#11deae #11a8de #11de48

Monochromatic Colors of #11deae

#11deae

Complementary Color

#11deae #de1141

#11deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11deae Color CSS Codes

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

#11deae Text Font Color

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

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


#11deae Background Color

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

This div background color is #11deae


#11deae Border Color

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

This div border color is #11deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11deae


Comments

No comments written yet.

Please login to write comment.