Color Hex Logo

#bca32e Color Hex

#BCA32E
(188,163,46)
0 Favorites   0 Comments

Color spaces of #bca32e

RGB 18816346
HSL0.140.610.46
HSV49°76°74°
CMYK 0.000.130.76   0.26
XYZ34.329437.08307.9332
Yxy37.08300.43270.4674
Hunter Lab60.8958-5.940134.9031
CIE-Lab67.3393-3.142360.1551

#bca32e color RGB value is (188,163,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 00101110
Octal 274 243 56
Decimal 188 163 46
Hex BC A3 2E

RGB Percentages of Color #bca32e

%47.36
%41.06
%11.59

CMYK Percentages of Color #bca32e

%0
%13
%76
%26

Triadic Colors of #bca32e

#bca32e #2ebca3 #a32ebc

Analogous Colors of #bca32e

#bca32e #8ebc2e #bc5c2e

Monochromatic Colors of #bca32e

#bca32e

Complementary Color

#bca32e #2e47bc

#bca32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca32e Color CSS Codes

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

#bca32e Text Font Color

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

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


#bca32e Background Color

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

This div background color is #bca32e


#bca32e Border Color

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

This div border color is #bca32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca32e


Comments

No comments written yet.

Please login to write comment.