Color Hex Logo

#bcbd4b Color Hex

#BCBD4B
(188,189,75)
0 Favorites   0 Comments

Color spaces of #bcbd4b

RGB 18818975
HSL0.170.460.52
HSV61°60°74°
CMYK 0.010.000.60   0.26
XYZ40.206647.594613.7242
Yxy47.59460.39600.4688
Hunter Lab68.9888-16.700936.4974
CIE-Lab74.5685-15.043155.8746

#bcbd4b color RGB value is (188,189,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 01001011
Octal 274 275 113
Decimal 188 189 75
Hex BC BD 4B

RGB Percentages of Color #bcbd4b

%41.59
%41.81
%16.59

CMYK Percentages of Color #bcbd4b

%1
%0
%60
%26

Triadic Colors of #bcbd4b

#bcbd4b #4bbcbd #bd4bbc

Analogous Colors of #bcbd4b

#bcbd4b #83bd4b #bd854b

Monochromatic Colors of #bcbd4b

#bcbd4b

Complementary Color

#bcbd4b #4c4bbd

#bcbd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd4b Color CSS Codes

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

#bcbd4b Text Font Color

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

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


#bcbd4b Background Color

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

This div background color is #bcbd4b


#bcbd4b Border Color

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

This div border color is #bcbd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd4b


Comments

No comments written yet.

Please login to write comment.