Color Hex Logo

#11ebdb Color Hex

#11EBDB
(17,235,219)
0 Favorites   0 Comments

Color spaces of #11ebdb

RGB 17235219
HSL0.490.870.49
HSV176°93°92°
CMYK 0.930.000.07   0.08
XYZ42.725764.650377.2447
Yxy64.65030.23140.3502
Hunter Lab80.4054-45.8584-0.6755
CIE-Lab84.3032-49.3225-5.4380

#11ebdb color RGB value is (17,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101011 11011011
Octal 21 353 333
Decimal 17 235 219
Hex 11 EB DB

RGB Percentages of Color #11ebdb

%3.61
%49.89
%46.50

CMYK Percentages of Color #11ebdb

%93
%0
%7
%8

Triadic Colors of #11ebdb

#11ebdb #db11eb #ebdb11

Analogous Colors of #11ebdb

#11ebdb #118eeb #11eb6e

Monochromatic Colors of #11ebdb

#11ebdb

Complementary Color

#11ebdb #eb1121

#11ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ebdb Color CSS Codes

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

#11ebdb Text Font Color

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

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


#11ebdb Background Color

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

This div background color is #11ebdb


#11ebdb Border Color

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

This div border color is #11ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ebdb


Comments

No comments written yet.

Please login to write comment.