Color Hex Logo

#bcdb1d Color Hex

#BCDB1D
(188,219,29)
0 Favorites   0 Comments

Color spaces of #bcdb1d

RGB 18821929
HSL0.190.770.49
HSV70°87°86°
CMYK 0.140.000.87   0.14
XYZ46.292361.443110.5822
Yxy61.44310.39130.5193
Hunter Lab78.3856-31.757946.8657
CIE-Lab82.6164-31.677478.0747

#bcdb1d color RGB value is (188,219,29).

#bcdb1d hex color red value is 188, green value is 219 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bcdb1d hue: 0.19 , saturation: 0.77 and the lightness value of bcdb1d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 00011101
Octal 274 333 35
Decimal 188 219 29
Hex BC DB 1D

RGB Percentages of Color #bcdb1d

%43.12
%50.23
%6.65

CMYK Percentages of Color #bcdb1d

%14
%0
%87
%14

Triadic Colors of #bcdb1d

#bcdb1d #1dbcdb #db1dbc

Analogous Colors of #bcdb1d

#bcdb1d #5ddb1d #db9b1d

Monochromatic Colors of #bcdb1d

#bcdb1d

Complementary Color

#bcdb1d #3c1ddb

#bcdb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb1d Color CSS Codes

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

#bcdb1d Text Font Color

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

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


#bcdb1d Background Color

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

This div background color is #bcdb1d


#bcdb1d Border Color

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

This div border color is #bcdb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb1d


Comments

No comments written yet.

Please login to write comment.