Color Hex Logo

#bca79c Color Hex

#BCA79C
(188,167,156)
0 Favorites   0 Comments

Color spaces of #bca79c

RGB 188167156
HSL0.060.190.67
HSV21°17°74°
CMYK 0.000.110.17   0.26
XYZ40.558540.729137.1763
Yxy40.72910.34240.3438
Hunter Lab63.81941.756510.1357
CIE-Lab69.98575.80228.4647

#bca79c color RGB value is (188,167,156).

#bca79c hex color red value is 188, green value is 167 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bca79c hue: 0.06 , saturation: 0.19 and the lightness value of bca79c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 10011100
Octal 274 247 234
Decimal 188 167 156
Hex BC A7 9C

RGB Percentages of Color #bca79c

%36.79
%32.68
%30.53

CMYK Percentages of Color #bca79c

%0
%11
%17
%26

Triadic Colors of #bca79c

#bca79c #9cbca7 #a79cbc

Analogous Colors of #bca79c

#bca79c #bcb79c #bc9ca1

Monochromatic Colors of #bca79c

#bca79c

Complementary Color

#bca79c #9cb1bc

#bca79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca79c Color CSS Codes

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

#bca79c Text Font Color

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

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


#bca79c Background Color

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

This div background color is #bca79c


#bca79c Border Color

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

This div border color is #bca79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca79c


Comments

No comments written yet.

Please login to write comment.