Color Hex Logo

#bca45e Color Hex

#BCA45E
(188,164,94)
0 Favorites   0 Comments

Color spaces of #bca45e

RGB 18816494
HSL0.120.410.55
HSV45°50°74°
CMYK 0.000.130.50   0.26
XYZ36.034938.050416.0349
Yxy38.05040.39990.4222
Hunter Lab61.6850-3.673327.7672
CIE-Lab68.0577-0.437539.3106

#bca45e color RGB value is (188,164,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01011110
Octal 274 244 136
Decimal 188 164 94
Hex BC A4 5E

RGB Percentages of Color #bca45e

%42.15
%36.77
%21.08

CMYK Percentages of Color #bca45e

%0
%13
%50
%26

Triadic Colors of #bca45e

#bca45e #5ebca4 #a45ebc

Analogous Colors of #bca45e

#bca45e #a5bc5e #bc755e

Monochromatic Colors of #bca45e

#bca45e

Complementary Color

#bca45e #5e76bc

#bca45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca45e Color CSS Codes

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

#bca45e Text Font Color

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

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


#bca45e Background Color

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

This div background color is #bca45e


#bca45e Border Color

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

This div border color is #bca45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca45e


Comments

No comments written yet.

Please login to write comment.