Color Hex Logo

#bca484 Color Hex

#BCA484
(188,164,132)
0 Favorites   0 Comments

Color spaces of #bca484

RGB 188164132
HSL0.100.290.63
HSV34°30°74°
CMYK 0.000.130.30   0.26
XYZ38.179438.908227.3276
Yxy38.90820.36560.3726
Hunter Lab62.37640.097617.6881
CIE-Lab68.68473.900819.8514

#bca484 color RGB value is (188,164,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10000100
Octal 274 244 204
Decimal 188 164 132
Hex BC A4 84

RGB Percentages of Color #bca484

%38.84
%33.88
%27.27

CMYK Percentages of Color #bca484

%0
%13
%30
%26

Triadic Colors of #bca484

#bca484 #84bca4 #a484bc

Analogous Colors of #bca484

#bca484 #b8bc84 #bc8884

Monochromatic Colors of #bca484

#bca484

Complementary Color

#bca484 #849cbc

#bca484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca484 Color CSS Codes

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

#bca484 Text Font Color

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

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


#bca484 Background Color

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

This div background color is #bca484


#bca484 Border Color

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

This div border color is #bca484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca484


Comments

No comments written yet.

Please login to write comment.