Color Hex Logo

#bca981 Color Hex

#BCA981
(188,169,129)
0 Favorites   0 Comments

Color spaces of #bca981

RGB 188169129
HSL0.110.310.62
HSV41°31°74°
CMYK 0.000.100.31   0.26
XYZ38.889540.652326.5659
Yxy40.65230.36650.3831
Hunter Lab63.7592-2.703619.9276
CIE-Lab69.93160.799423.1844

#bca981 color RGB value is (188,169,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10000001
Octal 274 251 201
Decimal 188 169 129
Hex BC A9 81

RGB Percentages of Color #bca981

%38.68
%34.77
%26.54

CMYK Percentages of Color #bca981

%0
%10
%31
%26

Triadic Colors of #bca981

#bca981 #81bca9 #a981bc

Analogous Colors of #bca981

#bca981 #b2bc81 #bc8c81

Monochromatic Colors of #bca981

#bca981

Complementary Color

#bca981 #8194bc

#bca981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca981 Color CSS Codes

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

#bca981 Text Font Color

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

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


#bca981 Background Color

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

This div background color is #bca981


#bca981 Border Color

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

This div border color is #bca981


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,169,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 #bca981">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca981


Comments

No comments written yet.

Please login to write comment.