Color Hex Logo

#bca535 Color Hex

#BCA535
(188,165,53)
0 Favorites   0 Comments

Color spaces of #bca535

RGB 18816553
HSL0.140.560.47
HSV50°72°74°
CMYK 0.000.120.72   0.26
XYZ34.836837.85878.8395
Yxy37.85870.42730.4643
Hunter Lab61.5294-6.613234.5528
CIE-Lab67.9163-3.884058.0831

#bca535 color RGB value is (188,165,53).

#bca535 hex color red value is 188, green value is 165 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bca535 hue: 0.14 , saturation: 0.56 and the lightness value of bca535 is 0.47.

The process color (four color CMYK) of #bca535 color hex is 0.00, 0.12, 0.72, 0.26. Web safe color of #bca535 is #cc9933. Color #bca535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 00110101
Octal 274 245 65
Decimal 188 165 53
Hex BC A5 35

RGB Percentages of Color #bca535

%46.31
%40.64
%13.05

CMYK Percentages of Color #bca535

%0
%12
%72
%26

Triadic Colors of #bca535

#bca535 #35bca5 #a535bc

Analogous Colors of #bca535

#bca535 #90bc35 #bc6235

Monochromatic Colors of #bca535

#bca535

Complementary Color

#bca535 #354cbc

#bca535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca535 Color CSS Codes

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

#bca535 Text Font Color

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

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


#bca535 Background Color

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

This div background color is #bca535


#bca535 Border Color

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

This div border color is #bca535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca535


Comments

No comments written yet.

Please login to write comment.