Color Hex Logo

#11fcda Color Hex

#11FCDA
(17,252,218)
0 Favorites   0 Comments

Color spaces of #11fcda

RGB 17252218
HSL0.480.980.53
HSV171°93°99°
CMYK 0.930.000.13   0.01
XYZ47.696574.801978.2540
Yxy74.80190.23760.3726
Hunter Lab86.4881-52.91496.8964
CIE-Lab89.3001-56.54862.4039

#11fcda color RGB value is (17,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111100 11011010
Octal 21 374 332
Decimal 17 252 218
Hex 11 FC DA

RGB Percentages of Color #11fcda

%3.49
%51.75
%44.76

CMYK Percentages of Color #11fcda

%93
%0
%13
%1

Triadic Colors of #11fcda

#11fcda #da11fc #fcda11

Analogous Colors of #11fcda

#11fcda #11a9fc #11fc65

Monochromatic Colors of #11fcda

#11fcda

Complementary Color

#11fcda #fc1133

#11fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fcda Color CSS Codes

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

#11fcda Text Font Color

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

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


#11fcda Background Color

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

This div background color is #11fcda


#11fcda Border Color

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

This div border color is #11fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fcda

Related Colors


Comments

No comments written yet.

Please login to write comment.