Color Hex Logo

#11eaba Color Hex

#11EABA
(17,234,186)
0 Favorites   0 Comments

Color spaces of #11eaba

RGB 17234186
HSL0.460.860.49
HSV167°93°92°
CMYK 0.930.000.21   0.08
XYZ38.516962.510056.4900
Yxy62.51000.24450.3968
Hunter Lab79.0633-51.401712.9821
CIE-Lab83.1839-57.511710.3001

#11eaba color RGB value is (17,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101010 10111010
Octal 21 352 272
Decimal 17 234 186
Hex 11 EA BA

RGB Percentages of Color #11eaba

%3.89
%53.55
%42.56

CMYK Percentages of Color #11eaba

%93
%0
%21
%8

Triadic Colors of #11eaba

#11eaba #ba11ea #eaba11

Analogous Colors of #11eaba

#11eaba #11aeea #11ea4e

Monochromatic Colors of #11eaba

#11eaba

Complementary Color

#11eaba #ea1141

#11eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eaba Color CSS Codes

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

#11eaba Text Font Color

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

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


#11eaba Background Color

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

This div background color is #11eaba


#11eaba Border Color

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

This div border color is #11eaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,234,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #11eaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eaba


Comments

No comments written yet.

Please login to write comment.