Color Hex Logo

#11fcec Color Hex

#11FCEC
(17,252,236)
0 Favorites   0 Comments

Color spaces of #11fcec

RGB 17252236
HSL0.490.980.53
HSV176°93°99°
CMYK 0.930.000.06   0.01
XYZ50.181975.796191.3421
Yxy75.79610.23090.3488
Hunter Lab87.0610-49.4693-1.2629
CIE-Lab89.7646-51.7657-6.2727

#11fcec color RGB value is (17,252,236).

#11fcec hex color red value is 17, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #11fcec hue: 0.49 , saturation: 0.98 and the lightness value of 11fcec is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111100 11101100
Octal 21 374 354
Decimal 17 252 236
Hex 11 FC EC

RGB Percentages of Color #11fcec

%3.37
%49.90
%46.73

CMYK Percentages of Color #11fcec

%93
%0
%6
%1

Triadic Colors of #11fcec

#11fcec #ec11fc #fcec11

Analogous Colors of #11fcec

#11fcec #1197fc #11fc77

Monochromatic Colors of #11fcec

#11fcec

Complementary Color

#11fcec #fc1121

#11fcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fcec Color CSS Codes

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

#11fcec Text Font Color

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

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


#11fcec Background Color

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

This div background color is #11fcec


#11fcec Border Color

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

This div border color is #11fcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fcec


Comments

No comments written yet.

Please login to write comment.