Color Hex Logo

#bca64e Color Hex

#BCA64E
(188,166,78)
0 Favorites   0 Comments

Color spaces of #bca64e

RGB 18816678
HSL0.130.450.52
HSV48°59°74°
CMYK 0.000.120.59   0.26
XYZ35.750438.513912.7574
Yxy38.51390.41080.4426
Hunter Lab62.0596-5.776531.2536
CIE-Lab68.3977-2.857647.6475

#bca64e color RGB value is (188,166,78).

#bca64e hex color red value is 188, green value is 166 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bca64e hue: 0.13 , saturation: 0.45 and the lightness value of bca64e is 0.52.

The process color (four color CMYK) of #bca64e color hex is 0.00, 0.12, 0.59, 0.26. Web safe color of #bca64e is #cc9966. Color #bca64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 01001110
Octal 274 246 116
Decimal 188 166 78
Hex BC A6 4E

RGB Percentages of Color #bca64e

%43.52
%38.43
%18.06

CMYK Percentages of Color #bca64e

%0
%12
%59
%26

Triadic Colors of #bca64e

#bca64e #4ebca6 #a64ebc

Analogous Colors of #bca64e

#bca64e #9bbc4e #bc6f4e

Monochromatic Colors of #bca64e

#bca64e

Complementary Color

#bca64e #4e64bc

#bca64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca64e Color CSS Codes

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

#bca64e Text Font Color

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

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


#bca64e Background Color

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

This div background color is #bca64e


#bca64e Border Color

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

This div border color is #bca64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca64e


Comments

No comments written yet.

Please login to write comment.