Color Hex Logo

#bcdc20 Color Hex

#BCDC20
(188,220,32)
0 Favorites   0 Comments

Color spaces of #bcdc20

RGB 18822032
HSL0.200.750.49
HSV70°85°86°
CMYK 0.150.000.85   0.14
XYZ46.592961.982010.8745
Yxy61.98200.39010.5189
Hunter Lab78.7286-32.135946.9205
CIE-Lab82.9038-32.066977.7313

#bcdc20 color RGB value is (188,220,32).

#bcdc20 hex color red value is 188, green value is 220 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bcdc20 hue: 0.20 , saturation: 0.75 and the lightness value of bcdc20 is 0.49.

The process color (four color CMYK) of #bcdc20 color hex is 0.15, 0.00, 0.85, 0.14. Web safe color of #bcdc20 is #cccc33. Color #bcdc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 00100000
Octal 274 334 40
Decimal 188 220 32
Hex BC DC 20

RGB Percentages of Color #bcdc20

%42.73
%50.00
%7.27

CMYK Percentages of Color #bcdc20

%15
%0
%85
%14

Triadic Colors of #bcdc20

#bcdc20 #20bcdc #dc20bc

Analogous Colors of #bcdc20

#bcdc20 #5edc20 #dc9e20

Monochromatic Colors of #bcdc20

#bcdc20

Complementary Color

#bcdc20 #4020dc

#bcdc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdc20 Color CSS Codes

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

#bcdc20 Text Font Color

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

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


#bcdc20 Background Color

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

This div background color is #bcdc20


#bcdc20 Border Color

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

This div border color is #bcdc20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,220,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 #bcdc20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdc20


Comments

No comments written yet.

Please login to write comment.