Color Hex Logo

#11ebde Color Hex

#11EBDE
(17,235,222)
0 Favorites   0 Comments

Color spaces of #11ebde

RGB 17235222
HSL0.490.870.49
HSV176°93°92°
CMYK 0.930.000.06   0.08
XYZ43.124364.809879.3439
Yxy64.80980.23030.3461
Hunter Lab80.5045-45.2649-2.0820
CIE-Lab84.3856-48.4903-6.8973

#11ebde color RGB value is (17,235,222).

#11ebde hex color red value is 17, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #11ebde hue: 0.49 , saturation: 0.87 and the lightness value of 11ebde is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101011 11011110
Octal 21 353 336
Decimal 17 235 222
Hex 11 EB DE

RGB Percentages of Color #11ebde

%3.59
%49.58
%46.84

CMYK Percentages of Color #11ebde

%93
%0
%6
%8

Triadic Colors of #11ebde

#11ebde #de11eb #ebde11

Analogous Colors of #11ebde

#11ebde #118beb #11eb71

Monochromatic Colors of #11ebde

#11ebde

Complementary Color

#11ebde #eb111e

#11ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ebde Color CSS Codes

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

#11ebde Text Font Color

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

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


#11ebde Background Color

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

This div background color is #11ebde


#11ebde Border Color

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

This div border color is #11ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ebde


Comments

No comments written yet.

Please login to write comment.