Color Hex Logo

#11faae Color Hex

#11FAAE
(17,250,174)
0 Favorites   0 Comments

Color spaces of #11faae

RGB 17250174
HSL0.450.960.52
HSV160°93°98°
CMYK 0.930.000.30   0.02
XYZ42.056871.546451.6376
Yxy71.54640.25450.4330
Hunter Lab84.5851-59.271423.0142
CIE-Lab87.7498-66.187822.9122

#11faae color RGB value is (17,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111010 10101110
Octal 21 372 256
Decimal 17 250 174
Hex 11 FA AE

RGB Percentages of Color #11faae

%3.85
%56.69
%39.46

CMYK Percentages of Color #11faae

%93
%0
%30
%2

Triadic Colors of #11faae

#11faae #ae11fa #faae11

Analogous Colors of #11faae

#11faae #11d2fa #11fa3a

Monochromatic Colors of #11faae

#11faae

Complementary Color

#11faae #fa115d

#11faae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11faae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11faae Color CSS Codes

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

#11faae Text Font Color

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

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


#11faae Background Color

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

This div background color is #11faae


#11faae Border Color

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

This div border color is #11faae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11faae


Comments

No comments written yet.

Please login to write comment.