Color Hex Logo

#11ffcd Color Hex

#11FFCD
(17,255,205)
0 Favorites   0 Comments

Color spaces of #11ffcd

RGB 17255205
HSL0.461.000.53
HSV167°93°100°
CMYK 0.930.000.20   0.00
XYZ47.010676.046969.9584
Yxy76.04690.24360.3940
Hunter Lab87.2049-56.382313.4792
CIE-Lab89.8811-60.96679.9739

#11ffcd color RGB value is (17,255,205).

#11ffcd hex color red value is 17, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #11ffcd hue: 0.46 , saturation: 1.00 and the lightness value of 11ffcd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111111 11001101
Octal 21 377 315
Decimal 17 255 205
Hex 11 FF CD

RGB Percentages of Color #11ffcd

%3.56
%53.46
%42.98

CMYK Percentages of Color #11ffcd

%93
%0
%20
%0

Triadic Colors of #11ffcd

#11ffcd #cd11ff #ffcd11

Analogous Colors of #11ffcd

#11ffcd #11baff #11ff56

Monochromatic Colors of #11ffcd

#11ffcd

Complementary Color

#11ffcd #ff1143

#11ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ffcd Color CSS Codes

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

#11ffcd Text Font Color

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

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


#11ffcd Background Color

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

This div background color is #11ffcd


#11ffcd Border Color

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

This div border color is #11ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.