Color Hex Logo

#bcab5f Color Hex

#BCAB5F
(188,171,95)
0 Favorites   0 Comments

Color spaces of #bcab5f

RGB 18817195
HSL0.140.410.55
HSV49°49°74°
CMYK 0.000.090.49   0.26
XYZ37.367540.643416.7020
Yxy40.64340.39450.4291
Hunter Lab63.7522-6.940929.0935
CIE-Lab69.9254-4.080641.0858

#bcab5f color RGB value is (188,171,95).

#bcab5f hex color red value is 188, green value is 171 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bcab5f hue: 0.14 , saturation: 0.41 and the lightness value of bcab5f is 0.55.

The process color (four color CMYK) of #bcab5f color hex is 0.00, 0.09, 0.49, 0.26. Web safe color of #bcab5f is #cc9966. Color #bcab5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01011111
Octal 274 253 137
Decimal 188 171 95
Hex BC AB 5F

RGB Percentages of Color #bcab5f

%41.41
%37.67
%20.93

CMYK Percentages of Color #bcab5f

%0
%9
%49
%26

Triadic Colors of #bcab5f

#bcab5f #5fbcab #ab5fbc

Analogous Colors of #bcab5f

#bcab5f #9fbc5f #bc7d5f

Monochromatic Colors of #bcab5f

#bcab5f

Complementary Color

#bcab5f #5f70bc

#bcab5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab5f Color CSS Codes

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

#bcab5f Text Font Color

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

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


#bcab5f Background Color

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

This div background color is #bcab5f


#bcab5f Border Color

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

This div border color is #bcab5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab5f


Comments

No comments written yet.

Please login to write comment.