Color Hex Logo

#bca693 Color Hex

#BCA693
(188,166,147)
0 Favorites   0 Comments

Color spaces of #bca693

RGB 188166147
HSL0.080.230.66
HSV28°22°74°
CMYK 0.000.120.22   0.26
XYZ39.641740.070433.2488
Yxy40.07040.35090.3547
Hunter Lab63.30121.006713.1689
CIE-Lab69.51964.953112.7680

#bca693 color RGB value is (188,166,147).

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

The process color (four color CMYK) of #bca693 color hex is 0.00, 0.12, 0.22, 0.26. Web safe color of #bca693 is #cc9999. Color #bca693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10010011
Octal 274 246 223
Decimal 188 166 147
Hex BC A6 93

RGB Percentages of Color #bca693

%37.52
%33.13
%29.34

CMYK Percentages of Color #bca693

%0
%12
%22
%26

Triadic Colors of #bca693

#bca693 #93bca6 #a693bc

Analogous Colors of #bca693

#bca693 #bcbb93 #bc9395

Monochromatic Colors of #bca693

#bca693

Complementary Color

#bca693 #93a9bc

#bca693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca693 Color CSS Codes

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

#bca693 Text Font Color

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

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


#bca693 Background Color

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

This div background color is #bca693


#bca693 Border Color

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

This div border color is #bca693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca693


Comments

No comments written yet.

Please login to write comment.