Color Hex Logo

#bcdb50 Color Hex

#BCDB50
(188,219,80)
0 Favorites   0 Comments

Color spaces of #bcdb50

RGB 18821980
HSL0.200.660.59
HSV73°63°86°
CMYK 0.140.000.63   0.14
XYZ47.518561.933617.0393
Yxy61.93360.37570.4896
Hunter Lab78.6979-29.941442.2513
CIE-Lab82.8781-29.362362.7022

#bcdb50 color RGB value is (188,219,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 01010000
Octal 274 333 120
Decimal 188 219 80
Hex BC DB 50

RGB Percentages of Color #bcdb50

%38.60
%44.97
%16.43

CMYK Percentages of Color #bcdb50

%14
%0
%63
%14

Triadic Colors of #bcdb50

#bcdb50 #50bcdb #db50bc

Analogous Colors of #bcdb50

#bcdb50 #77db50 #dbb550

Monochromatic Colors of #bcdb50

#bcdb50

Complementary Color

#bcdb50 #6f50db

#bcdb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb50 Color CSS Codes

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

#bcdb50 Text Font Color

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

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


#bcdb50 Background Color

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

This div background color is #bcdb50


#bcdb50 Border Color

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

This div border color is #bcdb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb50


Comments

No comments written yet.

Please login to write comment.