color codes Logo

#11e6bc color codes

#11E6BC
(17,230,188)
0 Favorites   0 Comments

Color spaces of #11e6bc

RGB 17230188
HSL0.470.860.48
HSV168°93°90°
CMYK 0.930.000.18   0.10
XYZ37.605160.343657.2424
Yxy60.34360.24230.3888
Hunter Lab77.6811-49.530910.6866
CIE-Lab82.0246-55.45787.5909

#11e6bc color RGB value is (17,230,188).

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

The process color (four color CMYK) of #11e6bc color code is 0.93, 0.00, 0.18, 0.10. Web safe color of #11e6bc is #00ffcc. Color #11e6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11100110 10111100
Octal 21 346 274
Decimal 17 230 188
Hex 11 E6 BC

RGB Percentages of Color #11e6bc

%3.91
%52.87
%43.22

CMYK Percentages of Color #11e6bc

%93
%0
%18
%10

Triadic Colors of #11e6bc

#11e6bc #bc11e6 #e6bc11

Analogous Colors of #11e6bc

#11e6bc #11a6e6 #11e652

Monochromatic Colors of #11e6bc

#11e6bc

Complementary Color

#11e6bc #e6113b

#11e6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11e6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11e6bc Color CSS Codes

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

#11e6bc Text Font Color

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

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


#11e6bc Background Color

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

This div background color is #11e6bc


#11e6bc Border Color

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

This div border color is #11e6bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,230,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 #11e6bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11e6bc


Comments

No comments written yet.

Please login to write comment.