Color Hex Logo

#11ffae Color Hex

#11FFAE
(17,255,174)
0 Favorites   0 Comments

Color spaces of #11ffae

RGB 17255174
HSL0.441.000.53
HSV160°93°100°
CMYK 0.930.000.32   0.00
XYZ43.631174.695252.1624
Yxy74.69520.25590.4381
Hunter Lab86.4264-61.133124.7142
CIE-Lab89.2500-67.958324.9722

#11ffae color RGB value is (17,255,174).

#11ffae hex color red value is 17, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #11ffae hue: 0.44 , saturation: 1.00 and the lightness value of 11ffae is 0.53.

The process color (four color CMYK) of #11ffae color hex is 0.93, 0.00, 0.32, 0.00. Web safe color of #11ffae is #00ff99. Color #11ffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111111 10101110
Octal 21 377 256
Decimal 17 255 174
Hex 11 FF AE

RGB Percentages of Color #11ffae

%3.81
%57.17
%39.01

CMYK Percentages of Color #11ffae

%93
%0
%32
%0

Triadic Colors of #11ffae

#11ffae #ae11ff #ffae11

Analogous Colors of #11ffae

#11ffae #11d9ff #11ff37

Monochromatic Colors of #11ffae

#11ffae

Complementary Color

#11ffae #ff1162

#11ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ffae Color CSS Codes

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

#11ffae Text Font Color

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

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


#11ffae Background Color

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

This div background color is #11ffae


#11ffae Border Color

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

This div border color is #11ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ffae


Comments

No comments written yet.

Please login to write comment.