Color Hex Logo

#bca968 Color Hex

#BCA968
(188,169,104)
0 Favorites   0 Comments

Color spaces of #bca968

RGB 188169104
HSL0.130.390.57
HSV46°45°74°
CMYK 0.000.100.45   0.26
XYZ37.425740.066818.8578
Yxy40.06680.38840.4158
Hunter Lab63.2983-5.232426.6452
CIE-Lab69.5171-2.130735.9607

#bca968 color RGB value is (188,169,104).

#bca968 hex color red value is 188, green value is 169 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bca968 hue: 0.13 , saturation: 0.39 and the lightness value of bca968 is 0.57.

The process color (four color CMYK) of #bca968 color hex is 0.00, 0.10, 0.45, 0.26. Web safe color of #bca968 is #cc9966. Color #bca968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 01101000
Octal 274 251 150
Decimal 188 169 104
Hex BC A9 68

RGB Percentages of Color #bca968

%40.78
%36.66
%22.56

CMYK Percentages of Color #bca968

%0
%10
%45
%26

Triadic Colors of #bca968

#bca968 #68bca9 #a968bc

Analogous Colors of #bca968

#bca968 #a5bc68 #bc7f68

Monochromatic Colors of #bca968

#bca968

Complementary Color

#bca968 #687bbc

#bca968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca968 Color CSS Codes

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

#bca968 Text Font Color

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

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


#bca968 Background Color

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

This div background color is #bca968


#bca968 Border Color

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

This div border color is #bca968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca968


Comments

No comments written yet.

Please login to write comment.