Color Hex Logo

#bca79f Color Hex

#BCA79F
(188,167,159)
0 Favorites   0 Comments

Color spaces of #bca79f

RGB 188167159
HSL0.050.180.68
HSV17°15°74°
CMYK 0.000.110.15   0.26
XYZ40.815840.832038.5310
Yxy40.83200.33960.3398
Hunter Lab63.89992.19128.9787
CIE-Lab70.05816.28476.9117

#bca79f color RGB value is (188,167,159).

#bca79f hex color red value is 188, green value is 167 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bca79f hue: 0.05 , saturation: 0.18 and the lightness value of bca79f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 10011111
Octal 274 247 237
Decimal 188 167 159
Hex BC A7 9F

RGB Percentages of Color #bca79f

%36.58
%32.49
%30.93

CMYK Percentages of Color #bca79f

%0
%11
%15
%26

Triadic Colors of #bca79f

#bca79f #9fbca7 #a79fbc

Analogous Colors of #bca79f

#bca79f #bcb69f #bc9fa6

Monochromatic Colors of #bca79f

#bca79f

Complementary Color

#bca79f #9fb4bc

#bca79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca79f Color CSS Codes

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

#bca79f Text Font Color

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

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


#bca79f Background Color

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

This div background color is #bca79f


#bca79f Border Color

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

This div border color is #bca79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca79f


Comments

No comments written yet.

Please login to write comment.