Color Hex Logo

#11eebe Color Hex

#11EEBE
(17,238,190)
0 Favorites   0 Comments

Color spaces of #11eebe

RGB 17238190
HSL0.460.870.50
HSV167°93°93°
CMYK 0.930.000.20   0.07
XYZ40.100064.985959.1453
Yxy64.98590.24420.3957
Hunter Lab80.6138-52.282412.9294
CIE-Lab84.4765-58.081910.0491

#11eebe color RGB value is (17,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101110 10111110
Octal 21 356 276
Decimal 17 238 190
Hex 11 EE BE

RGB Percentages of Color #11eebe

%3.82
%53.48
%42.70

CMYK Percentages of Color #11eebe

%93
%0
%20
%7

Triadic Colors of #11eebe

#11eebe #be11ee #eebe11

Analogous Colors of #11eebe

#11eebe #11b0ee #11ee50

Monochromatic Colors of #11eebe

#11eebe

Complementary Color

#11eebe #ee1141

#11eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eebe Color CSS Codes

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

#11eebe Text Font Color

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

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


#11eebe Background Color

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

This div background color is #11eebe


#11eebe Border Color

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

This div border color is #11eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eebe


Comments

No comments written yet.

Please login to write comment.