Color Hex Logo

#bca978 Color Hex

#BCA978
(188,169,120)
0 Favorites   0 Comments

Color spaces of #bca978

RGB 188169120
HSL0.120.340.60
HSV43°36°74°
CMYK 0.000.100.36   0.26
XYZ38.317240.423423.5523
Yxy40.42340.37460.3952
Hunter Lab63.5794-3.687922.5422
CIE-Lab69.7700-0.334027.8223

#bca978 color RGB value is (188,169,120).

#bca978 hex color red value is 188, green value is 169 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bca978 hue: 0.12 , saturation: 0.34 and the lightness value of bca978 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 01111000
Octal 274 251 170
Decimal 188 169 120
Hex BC A9 78

RGB Percentages of Color #bca978

%39.41
%35.43
%25.16

CMYK Percentages of Color #bca978

%0
%10
%36
%26

Triadic Colors of #bca978

#bca978 #78bca9 #a978bc

Analogous Colors of #bca978

#bca978 #adbc78 #bc8778

Monochromatic Colors of #bca978

#bca978

Complementary Color

#bca978 #788bbc

#bca978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca978 Color CSS Codes

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

#bca978 Text Font Color

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

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


#bca978 Background Color

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

This div background color is #bca978


#bca978 Border Color

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

This div border color is #bca978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca978


Comments

No comments written yet.

Please login to write comment.