Color Hex Logo

#bca82e Color Hex

#BCA82E
(188,168,46)
0 Favorites   0 Comments

Color spaces of #bca82e

RGB 18816846
HSL0.140.610.46
HSV52°76°74°
CMYK 0.000.110.76   0.26
XYZ35.234838.89398.2350
Yxy38.89390.42780.4722
Hunter Lab62.3650-8.290235.8265
CIE-Lab68.6743-5.793761.4109

#bca82e color RGB value is (188,168,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00101110
Octal 274 250 56
Decimal 188 168 46
Hex BC A8 2E

RGB Percentages of Color #bca82e

%46.77
%41.79
%11.44

CMYK Percentages of Color #bca82e

%0
%11
%76
%26

Triadic Colors of #bca82e

#bca82e #2ebca8 #a82ebc

Analogous Colors of #bca82e

#bca82e #89bc2e #bc612e

Monochromatic Colors of #bca82e

#bca82e

Complementary Color

#bca82e #2e42bc

#bca82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca82e Color CSS Codes

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

#bca82e Text Font Color

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

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


#bca82e Background Color

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

This div background color is #bca82e


#bca82e Border Color

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

This div border color is #bca82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca82e


Comments

No comments written yet.

Please login to write comment.