Color Hex Logo

#bcdc50 Color Hex

#BCDC50
(188,220,80)
0 Favorites   0 Comments

Color spaces of #bcdc50

RGB 18822080
HSL0.200.670.59
HSV74°64°86°
CMYK 0.150.000.64   0.14
XYZ47.780262.457017.1265
Yxy62.45700.37510.4904
Hunter Lab79.0297-30.383642.4721
CIE-Lab83.1559-29.832462.9975

#bcdc50 color RGB value is (188,220,80).

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

The process color (four color CMYK) of #bcdc50 color hex is 0.15, 0.00, 0.64, 0.14. Web safe color of #bcdc50 is #cccc66. Color #bcdc50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 01010000
Octal 274 334 120
Decimal 188 220 80
Hex BC DC 50

RGB Percentages of Color #bcdc50

%38.52
%45.08
%16.39

CMYK Percentages of Color #bcdc50

%15
%0
%64
%14

Triadic Colors of #bcdc50

#bcdc50 #50bcdc #dc50bc

Analogous Colors of #bcdc50

#bcdc50 #76dc50 #dcb650

Monochromatic Colors of #bcdc50

#bcdc50

Complementary Color

#bcdc50 #7050dc

#bcdc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdc50 Color CSS Codes

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

#bcdc50 Text Font Color

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

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


#bcdc50 Background Color

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

This div background color is #bcdc50


#bcdc50 Border Color

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

This div border color is #bcdc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdc50


Comments

No comments written yet.

Please login to write comment.