Color Hex Logo

#bcac81 Color Hex

#BCAC81
(188,172,129)
0 Favorites   0 Comments

Color spaces of #bcac81

RGB 188172129
HSL0.120.310.62
HSV44°31°74°
CMYK 0.000.090.31   0.26
XYZ39.454041.781426.7540
Yxy41.78140.36540.3869
Hunter Lab64.6385-4.164820.7067
CIE-Lab70.7199-0.811124.2493

#bcac81 color RGB value is (188,172,129).

#bcac81 hex color red value is 188, green value is 172 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bcac81 hue: 0.12 , saturation: 0.31 and the lightness value of bcac81 is 0.62.

The process color (four color CMYK) of #bcac81 color hex is 0.00, 0.09, 0.31, 0.26. Web safe color of #bcac81 is #cc9999. Color #bcac81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10000001
Octal 274 254 201
Decimal 188 172 129
Hex BC AC 81

RGB Percentages of Color #bcac81

%38.45
%35.17
%26.38

CMYK Percentages of Color #bcac81

%0
%9
%31
%26

Triadic Colors of #bcac81

#bcac81 #81bcac #ac81bc

Analogous Colors of #bcac81

#bcac81 #afbc81 #bc8f81

Monochromatic Colors of #bcac81

#bcac81

Complementary Color

#bcac81 #8191bc

#bcac81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac81 Color CSS Codes

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

#bcac81 Text Font Color

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

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


#bcac81 Background Color

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

This div background color is #bcac81


#bcac81 Border Color

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

This div border color is #bcac81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac81


Comments

No comments written yet.

Please login to write comment.