Color Hex Logo

#bca194 Color Hex

#BCA194
(188,161,148)
0 Favorites   0 Comments

Color spaces of #bca194

RGB 188161148
HSL0.050.230.66
HSV20°21°74°
CMYK 0.000.140.21   0.26
XYZ38.829238.319233.3668
Yxy38.31920.35130.3467
Hunter Lab61.90253.637211.3731
CIE-Lab68.25527.833310.4288

#bca194 color RGB value is (188,161,148).

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

The process color (four color CMYK) of #bca194 color hex is 0.00, 0.14, 0.21, 0.26. Web safe color of #bca194 is #cc9999. Color #bca194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 10010100
Octal 274 241 224
Decimal 188 161 148
Hex BC A1 94

RGB Percentages of Color #bca194

%37.83
%32.39
%29.78

CMYK Percentages of Color #bca194

%0
%14
%21
%26

Triadic Colors of #bca194

#bca194 #94bca1 #a194bc

Analogous Colors of #bca194

#bca194 #bcb594 #bc949b

Monochromatic Colors of #bca194

#bca194

Complementary Color

#bca194 #94afbc

#bca194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca194 Color CSS Codes

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

#bca194 Text Font Color

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

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


#bca194 Background Color

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

This div background color is #bca194


#bca194 Border Color

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

This div border color is #bca194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca194


Comments

No comments written yet.

Please login to write comment.