Color Hex Logo

#11edba Color Hex

#11EDBA
(17,237,186)
0 Favorites   0 Comments

Color spaces of #11edba

RGB 17237186
HSL0.460.870.50
HSV166°93°93°
CMYK 0.930.000.22   0.07
XYZ39.378364.232756.7771
Yxy64.23270.24550.4005
Hunter Lab80.1453-52.550814.0991
CIE-Lab84.0868-58.665511.5850

#11edba color RGB value is (17,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101101 10111010
Octal 21 355 272
Decimal 17 237 186
Hex 11 ED BA

RGB Percentages of Color #11edba

%3.86
%53.86
%42.27

CMYK Percentages of Color #11edba

%93
%0
%22
%7

Triadic Colors of #11edba

#11edba #ba11ed #edba11

Analogous Colors of #11edba

#11edba #11b2ed #11ed4c

Monochromatic Colors of #11edba

#11edba

Complementary Color

#11edba #ed1144

#11edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#11edba Color CSS Codes

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

#11edba Text Font Color

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

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


#11edba Background Color

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

This div background color is #11edba


#11edba Border Color

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

This div border color is #11edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11edba


Comments

No comments written yet.

Please login to write comment.