Color Hex Logo

#bcab47 Color Hex

#BCAB47
(188,171,71)
0 Favorites   0 Comments

Color spaces of #bcab47

RGB 18817171
HSL0.140.470.51
HSV51°62°74°
CMYK 0.000.090.62   0.26
XYZ36.439340.272111.8140
Yxy40.27210.41160.4549
Hunter Lab63.4603-8.559733.3846
CIE-Lab69.6629-6.007652.3033

#bcab47 color RGB value is (188,171,71).

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

The process color (four color CMYK) of #bcab47 color hex is 0.00, 0.09, 0.62, 0.26. Web safe color of #bcab47 is #cc9933. Color #bcab47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01000111
Octal 274 253 107
Decimal 188 171 71
Hex BC AB 47

RGB Percentages of Color #bcab47

%43.72
%39.77
%16.51

CMYK Percentages of Color #bcab47

%0
%9
%62
%26

Triadic Colors of #bcab47

#bcab47 #47bcab #ab47bc

Analogous Colors of #bcab47

#bcab47 #93bc47 #bc7147

Monochromatic Colors of #bcab47

#bcab47

Complementary Color

#bcab47 #4758bc

#bcab47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab47 Color CSS Codes

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

#bcab47 Text Font Color

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

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


#bcab47 Background Color

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

This div background color is #bcab47


#bcab47 Border Color

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

This div border color is #bcab47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab47


Comments

No comments written yet.

Please login to write comment.