Color Hex Logo

#bcbd6a Color Hex

#BCBD6A
(188,189,106)
0 Favorites   0 Comments

Color spaces of #bcbd6a

RGB 188189106
HSL0.170.390.58
HSV61°44°74°
CMYK 0.010.000.44   0.26
XYZ41.538248.127220.7358
Yxy48.12720.37620.4359
Hunter Lab69.3738-14.525530.8399
CIE-Lab74.9051-12.395241.6661

#bcbd6a color RGB value is (188,189,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 01101010
Octal 274 275 152
Decimal 188 189 106
Hex BC BD 6A

RGB Percentages of Color #bcbd6a

%38.92
%39.13
%21.95

CMYK Percentages of Color #bcbd6a

%1
%0
%44
%26

Triadic Colors of #bcbd6a

#bcbd6a #6abcbd #bd6abc

Analogous Colors of #bcbd6a

#bcbd6a #93bd6a #bd956a

Monochromatic Colors of #bcbd6a

#bcbd6a

Complementary Color

#bcbd6a #6b6abd

#bcbd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd6a Color CSS Codes

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

#bcbd6a Text Font Color

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

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


#bcbd6a Background Color

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

This div background color is #bcbd6a


#bcbd6a Border Color

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

This div border color is #bcbd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd6a


Comments

No comments written yet.

Please login to write comment.