Color Hex Logo

#bcbd7c Color Hex

#BCBD7C
(188,189,124)
0 Favorites   0 Comments

Color spaces of #bcbd7c

RGB 188189124
HSL0.170.330.61
HSV61°34°74°
CMYK 0.010.000.34   0.26
XYZ42.574748.541826.1944
Yxy48.54180.36290.4138
Hunter Lab69.6719-12.849226.4792
CIE-Lab75.1654-10.387032.7934

#bcbd7c color RGB value is (188,189,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 01111100
Octal 274 275 174
Decimal 188 189 124
Hex BC BD 7C

RGB Percentages of Color #bcbd7c

%37.52
%37.72
%24.75

CMYK Percentages of Color #bcbd7c

%1
%0
%34
%26

Triadic Colors of #bcbd7c

#bcbd7c #7cbcbd #bd7cbc

Analogous Colors of #bcbd7c

#bcbd7c #9cbd7c #bd9e7c

Monochromatic Colors of #bcbd7c

#bcbd7c

Complementary Color

#bcbd7c #7d7cbd

#bcbd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd7c Color CSS Codes

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

#bcbd7c Text Font Color

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

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


#bcbd7c Background Color

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

This div background color is #bcbd7c


#bcbd7c Border Color

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

This div border color is #bcbd7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd7c


Comments

No comments written yet.

Please login to write comment.