Color Hex Logo

#11edae Color Hex

#11EDAE
(17,237,174)
0 Favorites   0 Comments

Color spaces of #11edae

RGB 17237174
HSL0.450.870.50
HSV163°93°93°
CMYK 0.930.000.27   0.07
XYZ38.155363.743550.3371
Yxy63.74350.25060.4187
Hunter Lab79.8395-54.414018.5066
CIE-Lab83.8320-61.467017.4780

#11edae color RGB value is (17,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101101 10101110
Octal 21 355 256
Decimal 17 237 174
Hex 11 ED AE

RGB Percentages of Color #11edae

%3.97
%55.37
%40.65

CMYK Percentages of Color #11edae

%93
%0
%27
%7

Triadic Colors of #11edae

#11edae #ae11ed #edae11

Analogous Colors of #11edae

#11edae #11beed #11ed40

Monochromatic Colors of #11edae

#11edae

Complementary Color

#11edae #ed1150

#11edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11edae Color CSS Codes

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

#11edae Text Font Color

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

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


#11edae Background Color

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

This div background color is #11edae


#11edae Border Color

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

This div border color is #11edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11edae


Comments

No comments written yet.

Please login to write comment.