Color Hex Logo

#11edbe Color Hex

#11EDBE
(17,237,190)
0 Favorites   0 Comments

Color spaces of #11edbe

RGB 17237190
HSL0.460.870.50
HSV167°93°93°
CMYK 0.930.000.20   0.07
XYZ39.809664.405259.0485
Yxy64.40520.24380.3945
Hunter Lab80.2529-51.897212.5526
CIE-Lab84.1763-57.69549.6206

#11edbe color RGB value is (17,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101101 10111110
Octal 21 355 276
Decimal 17 237 190
Hex 11 ED BE

RGB Percentages of Color #11edbe

%3.83
%53.38
%42.79

CMYK Percentages of Color #11edbe

%93
%0
%20
%7

Triadic Colors of #11edbe

#11edbe #be11ed #edbe11

Analogous Colors of #11edbe

#11edbe #11aeed #11ed50

Monochromatic Colors of #11edbe

#11edbe

Complementary Color

#11edbe #ed1140

#11edbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11edbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11edbe Color CSS Codes

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

#11edbe Text Font Color

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

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


#11edbe Background Color

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

This div background color is #11edbe


#11edbe Border Color

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

This div border color is #11edbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11edbe


Comments

No comments written yet.

Please login to write comment.