Color Hex Logo

#bca997 Color Hex

#BCA997
(188,169,151)
0 Favorites   0 Comments

Color spaces of #bca997

RGB 188169151
HSL0.080.220.66
HSV29°20°74°
CMYK 0.000.100.20   0.26
XYZ40.512941.301735.1149
Yxy41.30170.34650.3532
Hunter Lab64.26640.058412.5907
CIE-Lab70.38683.932311.7892

#bca997 color RGB value is (188,169,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10010111
Octal 274 251 227
Decimal 188 169 151
Hex BC A9 97

RGB Percentages of Color #bca997

%37.01
%33.27
%29.72

CMYK Percentages of Color #bca997

%0
%10
%20
%26

Triadic Colors of #bca997

#bca997 #97bca9 #a997bc

Analogous Colors of #bca997

#bca997 #bcbc97 #bc9798

Monochromatic Colors of #bca997

#bca997

Complementary Color

#bca997 #97aabc

#bca997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca997 Color CSS Codes

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

#bca997 Text Font Color

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

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


#bca997 Background Color

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

This div background color is #bca997


#bca997 Border Color

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

This div border color is #bca997


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,169,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 #bca997">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca997


Comments

No comments written yet.

Please login to write comment.