Color Hex Logo

#11deea Color Hex

#11DEEA
(17,222,234)
0 Favorites   0 Comments

Color spaces of #11deea

RGB 17222234
HSL0.510.860.49
HSV183°93°92°
CMYK 0.930.050.00   0.08
XYZ41.203758.302286.9237
Yxy58.30220.22100.3127
Hunter Lab76.3559-37.2993-14.0468
CIE-Lab80.9065-39.2847-18.4535

#11deea color RGB value is (17,222,234).

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

The process color (four color CMYK) of #11deea color hex is 0.93, 0.05, 0.00, 0.08. Web safe color of #11deea is #00ccff. Color #11deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011110 11101010
Octal 21 336 352
Decimal 17 222 234
Hex 11 DE EA

RGB Percentages of Color #11deea

%3.59
%46.93
%49.47

CMYK Percentages of Color #11deea

%93
%5
%0
%8

Triadic Colors of #11deea

#11deea #ea11de #deea11

Analogous Colors of #11deea

#11deea #1172ea #11ea8a

Monochromatic Colors of #11deea

#11deea

Complementary Color

#11deea #ea1d11

#11deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#11deea Color CSS Codes

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

#11deea Text Font Color

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

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


#11deea Background Color

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

This div background color is #11deea


#11deea Border Color

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

This div border color is #11deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11deea


Comments

No comments written yet.

Please login to write comment.