Color Hex Logo

#bca392 Color Hex

#BCA392
(188,163,146)
0 Favorites   0 Comments

Color spaces of #bca392

RGB 188163146
HSL0.070.240.65
HSV24°22°74°
CMYK 0.000.130.22   0.26
XYZ39.024538.961132.6576
Yxy38.96110.35270.3521
Hunter Lab62.41882.366012.6726
CIE-Lab68.72316.437712.1977

#bca392 color RGB value is (188,163,146).

#bca392 hex color red value is 188, green value is 163 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bca392 hue: 0.07 , saturation: 0.24 and the lightness value of bca392 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 10010010
Octal 274 243 222
Decimal 188 163 146
Hex BC A3 92

RGB Percentages of Color #bca392

%37.83
%32.80
%29.38

CMYK Percentages of Color #bca392

%0
%13
%22
%26

Triadic Colors of #bca392

#bca392 #92bca3 #a392bc

Analogous Colors of #bca392

#bca392 #bcb892 #bc9296

Monochromatic Colors of #bca392

#bca392

Complementary Color

#bca392 #92abbc

#bca392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca392 Color CSS Codes

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

#bca392 Text Font Color

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

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


#bca392 Background Color

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

This div background color is #bca392


#bca392 Border Color

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

This div border color is #bca392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca392


Comments

No comments written yet.

Please login to write comment.