Color Hex Logo

#11fdbd Color Hex

#11FDBD
(17,253,189)
0 Favorites   0 Comments

Color spaces of #11fdbd

RGB 17253189
HSL0.450.980.53
HSV164°93°99°
CMYK 0.930.000.25   0.01
XYZ44.541874.043960.0884
Yxy74.04390.24930.4144
Hunter Lab86.0488-58.187618.8316
CIE-Lab88.9432-63.970816.8876

#11fdbd color RGB value is (17,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111101 10111101
Octal 21 375 275
Decimal 17 253 189
Hex 11 FD BD

RGB Percentages of Color #11fdbd

%3.70
%55.12
%41.18

CMYK Percentages of Color #11fdbd

%93
%0
%25
%1

Triadic Colors of #11fdbd

#11fdbd #bd11fd #fdbd11

Analogous Colors of #11fdbd

#11fdbd #11c7fd #11fd47

Monochromatic Colors of #11fdbd

#11fdbd

Complementary Color

#11fdbd #fd1151

#11fdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fdbd Color CSS Codes

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

#11fdbd Text Font Color

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

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


#11fdbd Background Color

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

This div background color is #11fdbd


#11fdbd Border Color

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

This div border color is #11fdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fdbd


Comments

No comments written yet.

Please login to write comment.