Color Hex Logo

#bcb994 Color Hex

#BCB994
(188,185,148)
0 Favorites   0 Comments

Color spaces of #bcb994

RGB 188185148
HSL0.150.230.66
HSV56°21°74°
CMYK 0.000.020.21   0.26
XYZ43.433347.527434.9015
Yxy47.52740.34510.3776
Hunter Lab68.9401-8.187618.2420
CIE-Lab74.5259-5.075919.2039

#bcb994 color RGB value is (188,185,148).

#bcb994 hex color red value is 188, green value is 185 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bcb994 hue: 0.15 , saturation: 0.23 and the lightness value of bcb994 is 0.66.

The process color (four color CMYK) of #bcb994 color hex is 0.00, 0.02, 0.21, 0.26. Web safe color of #bcb994 is #cccc99. Color #bcb994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 10010100
Octal 274 271 224
Decimal 188 185 148
Hex BC B9 94

RGB Percentages of Color #bcb994

%36.08
%35.51
%28.41

CMYK Percentages of Color #bcb994

%0
%2
%21
%26

Triadic Colors of #bcb994

#bcb994 #94bcb9 #b994bc

Analogous Colors of #bcb994

#bcb994 #abbc94 #bca594

Monochromatic Colors of #bcb994

#bcb994

Complementary Color

#bcb994 #9497bc

#bcb994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb994 Color CSS Codes

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

#bcb994 Text Font Color

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

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


#bcb994 Background Color

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

This div background color is #bcb994


#bcb994 Border Color

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

This div border color is #bcb994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb994


Comments

No comments written yet.

Please login to write comment.