Color Hex Logo

#bcbba4 Color Hex

#BCBBA4
(188,187,164)
0 Favorites   0 Comments

Color spaces of #bcbba4

RGB 188187164
HSL0.160.150.69
HSV58°13°74°
CMYK 0.000.010.13   0.26
XYZ45.210248.912342.1802
Yxy48.91230.33170.3589
Hunter Lab69.9373-7.001013.1975
CIE-Lab75.3967-3.647711.7844

#bcbba4 color RGB value is (188,187,164).

#bcbba4 hex color red value is 188, green value is 187 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bcbba4 hue: 0.16 , saturation: 0.15 and the lightness value of bcbba4 is 0.69.

The process color (four color CMYK) of #bcbba4 color hex is 0.00, 0.01, 0.13, 0.26. Web safe color of #bcbba4 is #cccc99. Color #bcbba4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10100100
Octal 274 273 244
Decimal 188 187 164
Hex BC BB A4

RGB Percentages of Color #bcbba4

%34.88
%34.69
%30.43

CMYK Percentages of Color #bcbba4

%0
%1
%13
%26

Triadic Colors of #bcbba4

#bcbba4 #a4bcbb #bba4bc

Analogous Colors of #bcbba4

#bcbba4 #b1bca4 #bcafa4

Monochromatic Colors of #bcbba4

#bcbba4

Complementary Color

#bcbba4 #a4a5bc

#bcbba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbba4 Color CSS Codes

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

#bcbba4 Text Font Color

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

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


#bcbba4 Background Color

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

This div background color is #bcbba4


#bcbba4 Border Color

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

This div border color is #bcbba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbba4


Comments

No comments written yet.

Please login to write comment.