Color Hex Logo

#bca864 Color Hex

#BCA864
(188,168,100)
0 Favorites   0 Comments

Color spaces of #bca864

RGB 188168100
HSL0.130.400.56
HSV46°47°74°
CMYK 0.000.110.47   0.26
XYZ37.041939.616717.7511
Yxy39.61670.39240.4196
Hunter Lab62.9418-5.099027.3381
CIE-Lab69.1957-2.002337.6314

#bca864 color RGB value is (188,168,100).

#bca864 hex color red value is 188, green value is 168 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bca864 hue: 0.13 , saturation: 0.40 and the lightness value of bca864 is 0.56.

The process color (four color CMYK) of #bca864 color hex is 0.00, 0.11, 0.47, 0.26. Web safe color of #bca864 is #cc9966. Color #bca864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 01100100
Octal 274 250 144
Decimal 188 168 100
Hex BC A8 64

RGB Percentages of Color #bca864

%41.23
%36.84
%21.93

CMYK Percentages of Color #bca864

%0
%11
%47
%26

Triadic Colors of #bca864

#bca864 #64bca8 #a864bc

Analogous Colors of #bca864

#bca864 #a4bc64 #bc7c64

Monochromatic Colors of #bca864

#bca864

Complementary Color

#bca864 #6478bc

#bca864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca864 Color CSS Codes

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

#bca864 Text Font Color

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

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


#bca864 Background Color

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

This div background color is #bca864


#bca864 Border Color

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

This div border color is #bca864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca864


Comments

No comments written yet.

Please login to write comment.