Color Hex Logo

#bcbd56 Color Hex

#BCBD56
(188,189,86)
0 Favorites   0 Comments

Color spaces of #bcbd56

RGB 18818986
HSL0.170.440.54
HSV61°54°74°
CMYK 0.010.000.54   0.26
XYZ40.616347.758415.8817
Yxy47.75840.38960.4581
Hunter Lab69.1075-16.028834.7497
CIE-Lab74.6723-14.219951.0524

#bcbd56 color RGB value is (188,189,86).

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

The process color (four color CMYK) of #bcbd56 color hex is 0.01, 0.00, 0.54, 0.26. Web safe color of #bcbd56 is #cccc66. Color #bcbd56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 01010110
Octal 274 275 126
Decimal 188 189 86
Hex BC BD 56

RGB Percentages of Color #bcbd56

%40.60
%40.82
%18.57

CMYK Percentages of Color #bcbd56

%1
%0
%54
%26

Triadic Colors of #bcbd56

#bcbd56 #56bcbd #bd56bc

Analogous Colors of #bcbd56

#bcbd56 #89bd56 #bd8b56

Monochromatic Colors of #bcbd56

#bcbd56

Complementary Color

#bcbd56 #5756bd

#bcbd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd56 Color CSS Codes

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

#bcbd56 Text Font Color

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

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


#bcbd56 Background Color

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

This div background color is #bcbd56


#bcbd56 Border Color

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

This div border color is #bcbd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd56


Comments

No comments written yet.

Please login to write comment.