Color Hex Logo

#bca68b Color Hex

#BCA68B
(188,166,139)
0 Favorites   0 Comments

Color spaces of #bca68b

RGB 188166139
HSL0.090.270.64
HSV33°26°74°
CMYK 0.000.120.26   0.26
XYZ39.035539.827930.0563
Yxy39.82790.35840.3657
Hunter Lab63.1093-0.032415.9392
CIE-Lab69.34683.784216.9264

#bca68b color RGB value is (188,166,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10001011
Octal 274 246 213
Decimal 188 166 139
Hex BC A6 8B

RGB Percentages of Color #bca68b

%38.13
%33.67
%28.19

CMYK Percentages of Color #bca68b

%0
%12
%26
%26

Triadic Colors of #bca68b

#bca68b #8bbca6 #a68bbc

Analogous Colors of #bca68b

#bca68b #babc8b #bc8e8b

Monochromatic Colors of #bca68b

#bca68b

Complementary Color

#bca68b #8ba1bc

#bca68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca68b Color CSS Codes

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

#bca68b Text Font Color

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

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


#bca68b Background Color

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

This div background color is #bca68b


#bca68b Border Color

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

This div border color is #bca68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca68b

#bca68b Color Palettes


Comments

No comments written yet.

Please login to write comment.