Color Hex Logo

#bca393 Color Hex

#BCA393
(188,163,147)
0 Favorites   0 Comments

Color spaces of #bca393

RGB 188163147
HSL0.070.230.66
HSV23°22°74°
CMYK 0.000.130.22   0.26
XYZ39.102738.992333.0691
Yxy38.99230.35180.3508
Hunter Lab62.44382.501112.3118
CIE-Lab68.74576.588311.6767

#bca393 color RGB value is (188,163,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 10010011
Octal 274 243 223
Decimal 188 163 147
Hex BC A3 93

RGB Percentages of Color #bca393

%37.75
%32.73
%29.52

CMYK Percentages of Color #bca393

%0
%13
%22
%26

Triadic Colors of #bca393

#bca393 #93bca3 #a393bc

Analogous Colors of #bca393

#bca393 #bcb893 #bc9398

Monochromatic Colors of #bca393

#bca393

Complementary Color

#bca393 #93acbc

#bca393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca393 Color CSS Codes

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

#bca393 Text Font Color

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

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


#bca393 Background Color

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

This div background color is #bca393


#bca393 Border Color

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

This div border color is #bca393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca393


Comments

No comments written yet.

Please login to write comment.