Color Hex Logo

#bca78f Color Hex

#BCA78F
(188,167,143)
0 Favorites   0 Comments

Color spaces of #bca78f

RGB 188167143
HSL0.090.250.65
HSV32°24°74°
CMYK 0.000.110.24   0.26
XYZ39.515740.312031.6849
Yxy40.31200.35440.3615
Hunter Lab63.4917-0.016514.8561
CIE-Lab69.69123.817515.2094

#bca78f color RGB value is (188,167,143).

#bca78f hex color red value is 188, green value is 167 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bca78f hue: 0.09 , saturation: 0.25 and the lightness value of bca78f is 0.65.

The process color (four color CMYK) of #bca78f color hex is 0.00, 0.11, 0.24, 0.26. Web safe color of #bca78f is #cc9999. Color #bca78f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 10001111
Octal 274 247 217
Decimal 188 167 143
Hex BC A7 8F

RGB Percentages of Color #bca78f

%37.75
%33.53
%28.71

CMYK Percentages of Color #bca78f

%0
%11
%24
%26

Triadic Colors of #bca78f

#bca78f #8fbca7 #a78fbc

Analogous Colors of #bca78f

#bca78f #bbbc8f #bc918f

Monochromatic Colors of #bca78f

#bca78f

Complementary Color

#bca78f #8fa4bc

#bca78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca78f Color CSS Codes

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

#bca78f Text Font Color

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

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


#bca78f Background Color

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

This div background color is #bca78f


#bca78f Border Color

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

This div border color is #bca78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca78f


Comments

No comments written yet.

Please login to write comment.