Color Hex Logo

#bca854 Color Hex

#BCA854
(188,168,84)
0 Favorites   0 Comments

Color spaces of #bca854

RGB 18816884
HSL0.130.440.53
HSV48°55°74°
CMYK 0.000.110.55   0.26
XYZ36.341939.336714.0648
Yxy39.33670.40500.4383
Hunter Lab62.7190-6.328130.6074
CIE-Lab68.9945-3.450345.4414

#bca854 color RGB value is (188,168,84).

#bca854 hex color red value is 188, green value is 168 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bca854 hue: 0.13 , saturation: 0.44 and the lightness value of bca854 is 0.53.

The process color (four color CMYK) of #bca854 color hex is 0.00, 0.11, 0.55, 0.26. Web safe color of #bca854 is #cc9966. Color #bca854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 01010100
Octal 274 250 124
Decimal 188 168 84
Hex BC A8 54

RGB Percentages of Color #bca854

%42.73
%38.18
%19.09

CMYK Percentages of Color #bca854

%0
%11
%55
%26

Triadic Colors of #bca854

#bca854 #54bca8 #a854bc

Analogous Colors of #bca854

#bca854 #9cbc54 #bc7454

Monochromatic Colors of #bca854

#bca854

Complementary Color

#bca854 #5468bc

#bca854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca854 Color CSS Codes

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

#bca854 Text Font Color

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

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


#bca854 Background Color

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

This div background color is #bca854


#bca854 Border Color

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

This div border color is #bca854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca854


Comments

No comments written yet.

Please login to write comment.