Color Hex Logo

#11bc46 Color Hex

#11BC46
(17,188,70)
0 Favorites   0 Comments

Color spaces of #11bc46

RGB 1718870
HSL0.380.830.40
HSV139°91°74°
CMYK 0.910.000.63   0.26
XYZ19.319936.527811.8267
Yxy36.52780.28550.5398
Hunter Lab60.4382-48.707030.7048
CIE-Lab66.9212-63.434047.5422

#11bc46 color RGB value is (17,188,70).

#11bc46 hex color red value is 17, green value is 188 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #11bc46 hue: 0.38 , saturation: 0.83 and the lightness value of 11bc46 is 0.40.

The process color (four color CMYK) of #11bc46 color hex is 0.91, 0.00, 0.63, 0.26. Web safe color of #11bc46 is #00cc33. Color #11bc46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 01000110
Octal 21 274 106
Decimal 17 188 70
Hex 11 BC 46

RGB Percentages of Color #11bc46

%6.18
%68.36
%25.45

CMYK Percentages of Color #11bc46

%91
%0
%63
%26

Triadic Colors of #11bc46

#11bc46 #4611bc #bc4611

Analogous Colors of #11bc46

#11bc46 #11bc9c #32bc11

Monochromatic Colors of #11bc46

#11bc46

Complementary Color

#11bc46 #bc1187

#11bc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bc46 Color CSS Codes

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

#11bc46 Text Font Color

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

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


#11bc46 Background Color

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

This div background color is #11bc46


#11bc46 Border Color

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

This div border color is #11bc46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bc46


Comments

No comments written yet.

Please login to write comment.