Color Hex Logo

#bca68e Color Hex

#BCA68E
(188,166,142)
0 Favorites   0 Comments

Color spaces of #bca68e

RGB 188166142
HSL0.090.260.65
HSV31°24°74°
CMYK 0.000.120.24   0.26
XYZ39.257739.916831.2268
Yxy39.91680.35560.3616
Hunter Lab63.17970.349214.9215
CIE-Lab69.41024.214615.3668

#bca68e color RGB value is (188,166,142).

#bca68e hex color red value is 188, green value is 166 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bca68e hue: 0.09 , saturation: 0.26 and the lightness value of bca68e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10001110
Octal 274 246 216
Decimal 188 166 142
Hex BC A6 8E

RGB Percentages of Color #bca68e

%37.90
%33.47
%28.63

CMYK Percentages of Color #bca68e

%0
%12
%24
%26

Triadic Colors of #bca68e

#bca68e #8ebca6 #a68ebc

Analogous Colors of #bca68e

#bca68e #bbbc8e #bc8f8e

Monochromatic Colors of #bca68e

#bca68e

Complementary Color

#bca68e #8ea4bc

#bca68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca68e Color CSS Codes

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

#bca68e Text Font Color

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

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


#bca68e Background Color

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

This div background color is #bca68e


#bca68e Border Color

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

This div border color is #bca68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca68e


Comments

No comments written yet.

Please login to write comment.