Color Hex Logo

#bcb88f Color Hex

#BCB88F
(188,184,143)
0 Favorites   0 Comments

Color spaces of #bcb88f

RGB 188184143
HSL0.150.250.65
HSV55°24°74°
CMYK 0.000.020.24   0.26
XYZ42.837546.955532.7921
Yxy46.95550.34950.3830
Hunter Lab68.5241-8.328719.5937
CIE-Lab74.1613-5.273521.3904

#bcb88f color RGB value is (188,184,143).

#bcb88f hex color red value is 188, green value is 184 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bcb88f hue: 0.15 , saturation: 0.25 and the lightness value of bcb88f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 10001111
Octal 274 270 217
Decimal 188 184 143
Hex BC B8 8F

RGB Percentages of Color #bcb88f

%36.50
%35.73
%27.77

CMYK Percentages of Color #bcb88f

%0
%2
%24
%26

Triadic Colors of #bcb88f

#bcb88f #8fbcb8 #b88fbc

Analogous Colors of #bcb88f

#bcb88f #aabc8f #bca28f

Monochromatic Colors of #bcb88f

#bcb88f

Complementary Color

#bcb88f #8f93bc

#bcb88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb88f Color CSS Codes

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

#bcb88f Text Font Color

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

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


#bcb88f Background Color

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

This div background color is #bcb88f


#bcb88f Border Color

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

This div border color is #bcb88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb88f


Comments

No comments written yet.

Please login to write comment.