Color Hex Logo

#11ebae Color Hex

#11EBAE
(17,235,174)
0 Favorites   0 Comments

Color spaces of #11ebae

RGB 17235174
HSL0.450.870.49
HSV163°93°92°
CMYK 0.930.000.26   0.08
XYZ37.579562.591850.1452
Yxy62.59180.25000.4164
Hunter Lab79.1150-53.664017.8009
CIE-Lab83.2271-60.724516.6318

#11ebae color RGB value is (17,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101011 10101110
Octal 21 353 256
Decimal 17 235 174
Hex 11 EB AE

RGB Percentages of Color #11ebae

%3.99
%55.16
%40.85

CMYK Percentages of Color #11ebae

%93
%0
%26
%8

Triadic Colors of #11ebae

#11ebae #ae11eb #ebae11

Analogous Colors of #11ebae

#11ebae #11bbeb #11eb41

Monochromatic Colors of #11ebae

#11ebae

Complementary Color

#11ebae #eb114e

#11ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ebae Color CSS Codes

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

#11ebae Text Font Color

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

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


#11ebae Background Color

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

This div background color is #11ebae


#11ebae Border Color

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

This div border color is #11ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ebae


Comments

No comments written yet.

Please login to write comment.