Color Hex Logo

#11ddca Color Hex

#11DDCA
(17,221,202)
0 Favorites   0 Comments

Color spaces of #11ddca

RGB 17221202
HSL0.480.860.47
HSV174°92°87°
CMYK 0.920.000.09   0.13
XYZ36.748356.096364.7680
Yxy56.09630.23320.3559
Hunter Lab74.8975-43.48991.1569
CIE-Lab79.6686-48.1118-3.2558

#11ddca color RGB value is (17,221,202).

#11ddca hex color red value is 17, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #11ddca hue: 0.48 , saturation: 0.86 and the lightness value of 11ddca is 0.47.

The process color (four color CMYK) of #11ddca color hex is 0.92, 0.00, 0.09, 0.13. Web safe color of #11ddca is #00cccc. Color #11ddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011101 11001010
Octal 21 335 312
Decimal 17 221 202
Hex 11 DD CA

RGB Percentages of Color #11ddca

%3.86
%50.23
%45.91

CMYK Percentages of Color #11ddca

%92
%0
%9
%13

Triadic Colors of #11ddca

#11ddca #ca11dd #ddca11

Analogous Colors of #11ddca

#11ddca #118add #11dd64

Monochromatic Colors of #11ddca

#11ddca

Complementary Color

#11ddca #dd1124

#11ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ddca Color CSS Codes

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

#11ddca Text Font Color

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

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


#11ddca Background Color

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

This div background color is #11ddca


#11ddca Border Color

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

This div border color is #11ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ddca


Comments

No comments written yet.

Please login to write comment.