Color Hex Logo

#11cbbf Color Hex

#11CBBF
(17,203,191)
0 Favorites   0 Comments

Color spaces of #11cbbf

RGB 17203191
HSL0.490.850.43
HSV176°92°80°
CMYK 0.920.000.06   0.20
XYZ30.991146.592656.6501
Yxy46.59260.23090.3471
Hunter Lab68.2588-38.4096-1.4255
CIE-Lab73.9284-43.4817-5.8093

#11cbbf color RGB value is (17,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001011 10111111
Octal 21 313 277
Decimal 17 203 191
Hex 11 CB BF

RGB Percentages of Color #11cbbf

%4.14
%49.39
%46.47

CMYK Percentages of Color #11cbbf

%92
%0
%6
%20

Triadic Colors of #11cbbf

#11cbbf #bf11cb #cbbf11

Analogous Colors of #11cbbf

#11cbbf #117acb #11cb62

Monochromatic Colors of #11cbbf

#11cbbf

Complementary Color

#11cbbf #cb111d

#11cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cbbf Color CSS Codes

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

#11cbbf Text Font Color

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

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


#11cbbf Background Color

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

This div background color is #11cbbf


#11cbbf Border Color

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

This div border color is #11cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cbbf


Comments

No comments written yet.

Please login to write comment.