Color Hex Logo

#bcb54e Color Hex

#BCB54E
(188,181,78)
0 Favorites   0 Comments

Color spaces of #bcb54e

RGB 18818178
HSL0.160.450.52
HSV56°59°74°
CMYK 0.000.040.59   0.26
XYZ38.638144.289213.7199
Yxy44.28920.39980.4583
Hunter Lab66.5501-12.828134.3619
CIE-Lab72.4214-10.733952.1831

#bcb54e color RGB value is (188,181,78).

#bcb54e hex color red value is 188, green value is 181 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcb54e hue: 0.16 , saturation: 0.45 and the lightness value of bcb54e is 0.52.

The process color (four color CMYK) of #bcb54e color hex is 0.00, 0.04, 0.59, 0.26. Web safe color of #bcb54e is #cccc66. Color #bcb54e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 01001110
Octal 274 265 116
Decimal 188 181 78
Hex BC B5 4E

RGB Percentages of Color #bcb54e

%42.06
%40.49
%17.45

CMYK Percentages of Color #bcb54e

%0
%4
%59
%26

Triadic Colors of #bcb54e

#bcb54e #4ebcb5 #b54ebc

Analogous Colors of #bcb54e

#bcb54e #8cbc4e #bc7e4e

Monochromatic Colors of #bcb54e

#bcb54e

Complementary Color

#bcb54e #4e55bc

#bcb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb54e Color CSS Codes

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

#bcb54e Text Font Color

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

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


#bcb54e Background Color

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

This div background color is #bcb54e


#bcb54e Border Color

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

This div border color is #bcb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb54e


Comments

No comments written yet.

Please login to write comment.