Color Hex Logo

#bcdb40 Color Hex

#BCDB40
(188,219,64)
0 Favorites   0 Comments

Color spaces of #bcdb40

RGB 18821964
HSL0.200.680.55
HSV72°71°86°
CMYK 0.140.000.71   0.14
XYZ46.996061.724614.2876
Yxy61.72460.38210.5018
Hunter Lab78.5650-30.713744.2132
CIE-Lab82.7667-30.342368.6557

#bcdb40 color RGB value is (188,219,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 01000000
Octal 274 333 100
Decimal 188 219 64
Hex BC DB 40

RGB Percentages of Color #bcdb40

%39.92
%46.50
%13.59

CMYK Percentages of Color #bcdb40

%14
%0
%71
%14

Triadic Colors of #bcdb40

#bcdb40 #40bcdb #db40bc

Analogous Colors of #bcdb40

#bcdb40 #6fdb40 #dbad40

Monochromatic Colors of #bcdb40

#bcdb40

Complementary Color

#bcdb40 #5f40db

#bcdb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb40 Color CSS Codes

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

#bcdb40 Text Font Color

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

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


#bcdb40 Background Color

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

This div background color is #bcdb40


#bcdb40 Border Color

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

This div border color is #bcdb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb40


Comments

No comments written yet.

Please login to write comment.