Color Hex Logo

#bcbd29 Color Hex

#BCBD29
(188,189,41)
0 Favorites   0 Comments

Color spaces of #bcbd29

RGB 18818941
HSL0.170.640.45
HSV60°78°74°
CMYK 0.010.000.78   0.26
XYZ39.336947.24679.1441
Yxy47.24670.41090.4936
Hunter Lab68.7362-18.135140.2279
CIE-Lab74.3473-16.815668.1874

#bcbd29 color RGB value is (188,189,41).

#bcbd29 hex color red value is 188, green value is 189 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bcbd29 hue: 0.17 , saturation: 0.64 and the lightness value of bcbd29 is 0.45.

The process color (four color CMYK) of #bcbd29 color hex is 0.01, 0.00, 0.78, 0.26. Web safe color of #bcbd29 is #cccc33. Color #bcbd29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 00101001
Octal 274 275 51
Decimal 188 189 41
Hex BC BD 29

RGB Percentages of Color #bcbd29

%44.98
%45.22
%9.81

CMYK Percentages of Color #bcbd29

%1
%0
%78
%26

Triadic Colors of #bcbd29

#bcbd29 #29bcbd #bd29bc

Analogous Colors of #bcbd29

#bcbd29 #72bd29 #bd7429

Monochromatic Colors of #bcbd29

#bcbd29

Complementary Color

#bcbd29 #2a29bd

#bcbd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd29 Color CSS Codes

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

#bcbd29 Text Font Color

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

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


#bcbd29 Background Color

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

This div background color is #bcbd29


#bcbd29 Border Color

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

This div border color is #bcbd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd29


Comments

No comments written yet.

Please login to write comment.