color codes Logo

#bcec20 color codes

#BCEC20
(188,236,32)
0 Favorites   0 Comments

Color spaces of #bcec20

RGB 18823632
HSL0.210.840.53
HSV74°86°93°
CMYK 0.200.000.86   0.07
XYZ50.995270.786612.3419
Yxy70.78660.38020.5278
Hunter Lab84.1348-39.044650.1970
CIE-Lab87.3812-39.321181.4520

#bcec20 color RGB value is (188,236,32).

#bcec20 hex color red value is 188, green value is 236 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bcec20 hue: 0.21 , saturation: 0.84 and the lightness value of bcec20 is 0.53.

The process color (four color CMYK) of #bcec20 color code is 0.20, 0.00, 0.86, 0.07. Web safe color of #bcec20 is #ccff33. Color #bcec20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 00100000
Octal 274 354 40
Decimal 188 236 32
Hex BC EC 20

RGB Percentages of Color #bcec20

%41.23
%51.75
%7.02

CMYK Percentages of Color #bcec20

%20
%0
%86
%7

Triadic Colors of #bcec20

#bcec20 #20bcec #ec20bc

Analogous Colors of #bcec20

#bcec20 #56ec20 #ecb620

Monochromatic Colors of #bcec20

#bcec20

Complementary Color

#bcec20 #5020ec

#bcec20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec20 Color CSS Codes

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

#bcec20 Text Font Color

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

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


#bcec20 Background Color

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

This div background color is #bcec20


#bcec20 Border Color

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

This div border color is #bcec20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec20


Comments

No comments written yet.

Please login to write comment.