Color Hex Logo

#bca55e Color Hex

#BCA55E
(188,165,94)
0 Favorites   0 Comments

Color spaces of #bca55e

RGB 18816594
HSL0.130.410.55
HSV45°50°74°
CMYK 0.000.120.50   0.26
XYZ36.214638.409816.0948
Yxy38.40980.39920.4234
Hunter Lab61.9756-4.153427.9856
CIE-Lab68.3216-0.974239.6341

#bca55e color RGB value is (188,165,94).

#bca55e hex color red value is 188, green value is 165 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bca55e hue: 0.13 , saturation: 0.41 and the lightness value of bca55e is 0.55.

The process color (four color CMYK) of #bca55e color hex is 0.00, 0.12, 0.50, 0.26. Web safe color of #bca55e is #cc9966. Color #bca55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 01011110
Octal 274 245 136
Decimal 188 165 94
Hex BC A5 5E

RGB Percentages of Color #bca55e

%42.06
%36.91
%21.03

CMYK Percentages of Color #bca55e

%0
%12
%50
%26

Triadic Colors of #bca55e

#bca55e #5ebca5 #a55ebc

Analogous Colors of #bca55e

#bca55e #a4bc5e #bc765e

Monochromatic Colors of #bca55e

#bca55e

Complementary Color

#bca55e #5e75bc

#bca55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca55e Color CSS Codes

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

#bca55e Text Font Color

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

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


#bca55e Background Color

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

This div background color is #bca55e


#bca55e Border Color

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

This div border color is #bca55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca55e


Comments

No comments written yet.

Please login to write comment.