Color Hex Logo

#bca52d Color Hex

#BCA52D
(188,165,45)
0 Favorites   0 Comments

Color spaces of #bca52d

RGB 18816545
HSL0.140.610.46
HSV50°76°74°
CMYK 0.000.120.76   0.26
XYZ34.667837.79117.9498
Yxy37.79110.43110.4700
Hunter Lab61.4745-6.917335.3648
CIE-Lab67.8664-4.248161.0057

#bca52d color RGB value is (188,165,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 00101101
Octal 274 245 55
Decimal 188 165 45
Hex BC A5 2D

RGB Percentages of Color #bca52d

%47.24
%41.46
%11.31

CMYK Percentages of Color #bca52d

%0
%12
%76
%26

Triadic Colors of #bca52d

#bca52d #2dbca5 #a52dbc

Analogous Colors of #bca52d

#bca52d #8cbc2d #bc5e2d

Monochromatic Colors of #bca52d

#bca52d

Complementary Color

#bca52d #2d44bc

#bca52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca52d Color CSS Codes

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

#bca52d Text Font Color

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

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


#bca52d Background Color

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

This div background color is #bca52d


#bca52d Border Color

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

This div border color is #bca52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca52d


Comments

No comments written yet.

Please login to write comment.