Color Hex Logo

#11bc53 Color Hex

#11BC53
(17,188,83)
0 Favorites   0 Comments

Color spaces of #11bc53

RGB 1718883
HSL0.400.830.40
HSV143°91°74°
CMYK 0.910.000.56   0.26
XYZ19.775736.710114.2271
Yxy36.71010.27970.5191
Hunter Lab60.5889-47.769628.4901
CIE-Lab67.0590-61.733641.7169

#11bc53 color RGB value is (17,188,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 01010011
Octal 21 274 123
Decimal 17 188 83
Hex 11 BC 53

RGB Percentages of Color #11bc53

%5.90
%65.28
%28.82

CMYK Percentages of Color #11bc53

%91
%0
%56
%26

Triadic Colors of #11bc53

#11bc53 #5311bc #bc5311

Analogous Colors of #11bc53

#11bc53 #11bca9 #24bc11

Monochromatic Colors of #11bc53

#11bc53

Complementary Color

#11bc53 #bc117a

#11bc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bc53 Color CSS Codes

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

#11bc53 Text Font Color

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

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


#11bc53 Background Color

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

This div background color is #11bc53


#11bc53 Border Color

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

This div border color is #11bc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bc53


Comments

No comments written yet.

Please login to write comment.