Color Hex Logo

#11d1bc Color Hex

#11D1BC
(17,209,188)
0 Favorites   0 Comments

Color spaces of #11d1bc

RGB 17209188
HSL0.480.850.44
HSV173°92°82°
CMYK 0.920.000.10   0.18
XYZ32.108749.350955.4103
Yxy49.35090.23460.3606
Hunter Lab70.2502-41.35232.4098
CIE-Lab75.6691-46.8966-1.6260

#11d1bc color RGB value is (17,209,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11010001 10111100
Octal 21 321 274
Decimal 17 209 188
Hex 11 D1 BC

RGB Percentages of Color #11d1bc

%4.11
%50.48
%45.41

CMYK Percentages of Color #11d1bc

%92
%0
%10
%18

Triadic Colors of #11d1bc

#11d1bc #bc11d1 #d1bc11

Analogous Colors of #11d1bc

#11d1bc #1186d1 #11d15c

Monochromatic Colors of #11d1bc

#11d1bc

Complementary Color

#11d1bc #d11126

#11d1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11d1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11d1bc Color CSS Codes

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

#11d1bc Text Font Color

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

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


#11d1bc Background Color

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

This div background color is #11d1bc


#11d1bc Border Color

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

This div border color is #11d1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11d1bc


Comments

No comments written yet.

Please login to write comment.