Color Hex Logo

#bca397 Color Hex

#BCA397
(188,163,151)
0 Favorites   0 Comments

Color spaces of #bca397

RGB 188163151
HSL0.050.220.66
HSV19°20°74°
CMYK 0.000.130.20   0.26
XYZ39.422139.120134.7513
Yxy39.12010.34800.3453
Hunter Lab62.54613.051010.8400
CIE-Lab68.83827.19949.5942

#bca397 color RGB value is (188,163,151).

#bca397 hex color red value is 188, green value is 163 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bca397 hue: 0.05 , saturation: 0.22 and the lightness value of bca397 is 0.66.

The process color (four color CMYK) of #bca397 color hex is 0.00, 0.13, 0.20, 0.26. Web safe color of #bca397 is #cc9999. Color #bca397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 10010111
Octal 274 243 227
Decimal 188 163 151
Hex BC A3 97

RGB Percentages of Color #bca397

%37.45
%32.47
%30.08

CMYK Percentages of Color #bca397

%0
%13
%20
%26

Triadic Colors of #bca397

#bca397 #97bca3 #a397bc

Analogous Colors of #bca397

#bca397 #bcb697 #bc979e

Monochromatic Colors of #bca397

#bca397

Complementary Color

#bca397 #97b0bc

#bca397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca397 Color CSS Codes

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

#bca397 Text Font Color

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

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


#bca397 Background Color

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

This div background color is #bca397


#bca397 Border Color

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

This div border color is #bca397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca397


Comments

No comments written yet.

Please login to write comment.