Color Hex Logo

#bcbd2b Color Hex

#BCBD2B
(188,189,43)
0 Favorites   0 Comments

Color spaces of #bcbd2b

RGB 18818943
HSL0.170.630.45
HSV60°77°74°
CMYK 0.010.000.77   0.26
XYZ39.372747.26109.3326
Yxy47.26100.41030.4925
Hunter Lab68.7466-18.075840.0738
CIE-Lab74.3564-16.741967.6054

#bcbd2b color RGB value is (188,189,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 00101011
Octal 274 275 53
Decimal 188 189 43
Hex BC BD 2B

RGB Percentages of Color #bcbd2b

%44.76
%45.00
%10.24

CMYK Percentages of Color #bcbd2b

%1
%0
%77
%26

Triadic Colors of #bcbd2b

#bcbd2b #2bbcbd #bd2bbc

Analogous Colors of #bcbd2b

#bcbd2b #73bd2b #bd752b

Monochromatic Colors of #bcbd2b

#bcbd2b

Complementary Color

#bcbd2b #2c2bbd

#bcbd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd2b Color CSS Codes

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

#bcbd2b Text Font Color

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

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


#bcbd2b Background Color

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

This div background color is #bcbd2b


#bcbd2b Border Color

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

This div border color is #bcbd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd2b


Comments

No comments written yet.

Please login to write comment.