Color Hex Logo

#11ebdd Color Hex

#11EBDD
(17,235,221)
0 Favorites   0 Comments

Color spaces of #11ebdd

RGB 17235221
HSL0.490.870.49
HSV176°93°92°
CMYK 0.930.000.06   0.08
XYZ42.990664.756378.6400
Yxy64.75630.23070.3474
Hunter Lab80.4713-45.4638-1.6108
CIE-Lab84.3580-48.7687-6.4111

#11ebdd color RGB value is (17,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101011 11011101
Octal 21 353 335
Decimal 17 235 221
Hex 11 EB DD

RGB Percentages of Color #11ebdd

%3.59
%49.68
%46.72

CMYK Percentages of Color #11ebdd

%93
%0
%6
%8

Triadic Colors of #11ebdd

#11ebdd #dd11eb #ebdd11

Analogous Colors of #11ebdd

#11ebdd #118ceb #11eb70

Monochromatic Colors of #11ebdd

#11ebdd

Complementary Color

#11ebdd #eb111f

#11ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ebdd Color CSS Codes

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

#11ebdd Text Font Color

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

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


#11ebdd Background Color

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

This div background color is #11ebdd


#11ebdd Border Color

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

This div border color is #11ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ebdd


Comments

No comments written yet.

Please login to write comment.