Color Hex Logo

#11cdcb Color Hex

#11CDCB
(17,205,203)
0 Favorites   0 Comments

Color spaces of #11cdcb

RGB 17205203
HSL0.500.850.44
HSV179°92°80°
CMYK 0.920.000.01   0.20
XYZ32.842048.093664.0520
Yxy48.09360.22650.3317
Hunter Lab69.3495-36.8291-6.2162
CIE-Lab74.8839-40.8812-10.8831

#11cdcb color RGB value is (17,205,203).

#11cdcb hex color red value is 17, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #11cdcb hue: 0.50 , saturation: 0.85 and the lightness value of 11cdcb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001101 11001011
Octal 21 315 313
Decimal 17 205 203
Hex 11 CD CB

RGB Percentages of Color #11cdcb

%4.00
%48.24
%47.76

CMYK Percentages of Color #11cdcb

%92
%0
%1
%20

Triadic Colors of #11cdcb

#11cdcb #cb11cd #cdcb11

Analogous Colors of #11cdcb

#11cdcb #1171cd #11cd6d

Monochromatic Colors of #11cdcb

#11cdcb

Complementary Color

#11cdcb #cd1113

#11cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cdcb Color CSS Codes

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

#11cdcb Text Font Color

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

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


#11cdcb Background Color

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

This div background color is #11cdcb


#11cdcb Border Color

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

This div border color is #11cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cdcb


Comments

No comments written yet.

Please login to write comment.