Color Hex Logo

#bcec11 Color Hex

#BCEC11
(188,236,17)
0 Favorites   0 Comments

Color spaces of #bcec11

RGB 18823617
HSL0.200.870.50
HSV73°93°93°
CMYK 0.200.000.93   0.07
XYZ50.835770.722711.5018
Yxy70.72270.38210.5315
Hunter Lab84.0968-39.267850.7587
CIE-Lab87.3501-39.611083.6463

#bcec11 color RGB value is (188,236,17).

#bcec11 hex color red value is 188, green value is 236 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bcec11 hue: 0.20 , saturation: 0.87 and the lightness value of bcec11 is 0.50.

The process color (four color CMYK) of #bcec11 color hex is 0.20, 0.00, 0.93, 0.07. Web safe color of #bcec11 is #ccff00. Color #bcec11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 00010001
Octal 274 354 21
Decimal 188 236 17
Hex BC EC 11

RGB Percentages of Color #bcec11

%42.63
%53.51
%3.85

CMYK Percentages of Color #bcec11

%20
%0
%93
%7

Triadic Colors of #bcec11

#bcec11 #11bcec #ec11bc

Analogous Colors of #bcec11

#bcec11 #4fec11 #ecaf11

Monochromatic Colors of #bcec11

#bcec11

Complementary Color

#bcec11 #4111ec

#bcec11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec11 Color CSS Codes

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

#bcec11 Text Font Color

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

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


#bcec11 Background Color

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

This div background color is #bcec11


#bcec11 Border Color

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

This div border color is #bcec11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec11


Comments

No comments written yet.

Please login to write comment.