Color Hex Logo

#11eece Color Hex

#11EECE
(17,238,206)
0 Favorites   0 Comments

Color spaces of #11eece

RGB 17238206
HSL0.480.870.50
HSV171°93°93°
CMYK 0.930.000.13   0.07
XYZ41.946365.724568.8678
Yxy65.72450.23760.3723
Hunter Lab81.0706-49.51706.3839
CIE-Lab84.8557-54.04722.2108

#11eece color RGB value is (17,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101110 11001110
Octal 21 356 316
Decimal 17 238 206
Hex 11 EE CE

RGB Percentages of Color #11eece

%3.69
%51.63
%44.69

CMYK Percentages of Color #11eece

%93
%0
%13
%7

Triadic Colors of #11eece

#11eece #ce11ee #eece11

Analogous Colors of #11eece

#11eece #11a0ee #11ee60

Monochromatic Colors of #11eece

#11eece

Complementary Color

#11eece #ee1131

#11eece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eece Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eece Color CSS Codes

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

#11eece Text Font Color

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

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


#11eece Background Color

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

This div background color is #11eece


#11eece Border Color

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

This div border color is #11eece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eece


Comments

No comments written yet.

Please login to write comment.