Color Hex Logo

#11eebc Color Hex

#11EEBC
(17,238,188)
0 Favorites   0 Comments

Color spaces of #11eebc

RGB 17238188
HSL0.460.870.50
HSV166°93°93°
CMYK 0.930.000.21   0.07
XYZ39.882864.899158.0017
Yxy64.89910.24500.3987
Hunter Lab80.5600-52.610013.7043
CIE-Lab84.4317-58.567211.0306

#11eebc color RGB value is (17,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101110 10111100
Octal 21 356 274
Decimal 17 238 188
Hex 11 EE BC

RGB Percentages of Color #11eebc

%3.84
%53.72
%42.44

CMYK Percentages of Color #11eebc

%93
%0
%21
%7

Triadic Colors of #11eebc

#11eebc #bc11ee #eebc11

Analogous Colors of #11eebc

#11eebc #11b2ee #11ee4e

Monochromatic Colors of #11eebc

#11eebc

Complementary Color

#11eebc #ee1143

#11eebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eebc Color CSS Codes

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

#11eebc Text Font Color

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

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


#11eebc Background Color

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

This div background color is #11eebc


#11eebc Border Color

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

This div border color is #11eebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eebc


Comments

No comments written yet.

Please login to write comment.