Color Hex Logo

#bca884 Color Hex

#BCA884
(188,168,132)
0 Favorites   0 Comments

Color spaces of #bca884

RGB 188168132
HSL0.110.290.63
HSV39°30°74°
CMYK 0.000.110.30   0.26
XYZ38.906540.362627.5700
Yxy40.36260.36420.3778
Hunter Lab63.5316-1.867518.7428
CIE-Lab69.72701.735421.2765

#bca884 color RGB value is (188,168,132).

#bca884 hex color red value is 188, green value is 168 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bca884 hue: 0.11 , saturation: 0.29 and the lightness value of bca884 is 0.63.

The process color (four color CMYK) of #bca884 color hex is 0.00, 0.11, 0.30, 0.26. Web safe color of #bca884 is #cc9999. Color #bca884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 10000100
Octal 274 250 204
Decimal 188 168 132
Hex BC A8 84

RGB Percentages of Color #bca884

%38.52
%34.43
%27.05

CMYK Percentages of Color #bca884

%0
%11
%30
%26

Triadic Colors of #bca884

#bca884 #84bca8 #a884bc

Analogous Colors of #bca884

#bca884 #b4bc84 #bc8c84

Monochromatic Colors of #bca884

#bca884

Complementary Color

#bca884 #8498bc

#bca884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca884 Color CSS Codes

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

#bca884 Text Font Color

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

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


#bca884 Background Color

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

This div background color is #bca884


#bca884 Border Color

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

This div border color is #bca884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca884

#bca884 Color Palettes


Comments

No comments written yet.

Please login to write comment.