Color Hex Logo

#bca056 Color Hex

#BCA056
(188,160,86)
0 Favorites   0 Comments

Color spaces of #bca056

RGB 18816086
HSL0.120.430.54
HSV44°54°74°
CMYK 0.000.150.54   0.26
XYZ34.989636.504914.0061
Yxy36.50490.40920.4270
Hunter Lab60.4193-2.362128.5492
CIE-Lab66.90391.002341.9779

#bca056 color RGB value is (188,160,86).

#bca056 hex color red value is 188, green value is 160 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bca056 hue: 0.12 , saturation: 0.43 and the lightness value of bca056 is 0.54.

The process color (four color CMYK) of #bca056 color hex is 0.00, 0.15, 0.54, 0.26. Web safe color of #bca056 is #cc9966. Color #bca056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 01010110
Octal 274 240 126
Decimal 188 160 86
Hex BC A0 56

RGB Percentages of Color #bca056

%43.32
%36.87
%19.82

CMYK Percentages of Color #bca056

%0
%15
%54
%26

Triadic Colors of #bca056

#bca056 #56bca0 #a056bc

Analogous Colors of #bca056

#bca056 #a5bc56 #bc6d56

Monochromatic Colors of #bca056

#bca056

Complementary Color

#bca056 #5672bc

#bca056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca056 Color CSS Codes

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

#bca056 Text Font Color

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

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


#bca056 Background Color

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

This div background color is #bca056


#bca056 Border Color

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

This div border color is #bca056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca056


Comments

No comments written yet.

Please login to write comment.