Color Hex Logo

#bca68a Color Hex

#BCA68A
(188,166,138)
0 Favorites   0 Comments

Color spaces of #bca68a

RGB 188166138
HSL0.090.270.64
HSV34°27°74°
CMYK 0.000.120.27   0.26
XYZ38.962739.798829.6731
Yxy39.79880.35930.3670
Hunter Lab63.0863-0.157716.2729
CIE-Lab69.32603.642617.4463

#bca68a color RGB value is (188,166,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10001010
Octal 274 246 212
Decimal 188 166 138
Hex BC A6 8A

RGB Percentages of Color #bca68a

%38.21
%33.74
%28.05

CMYK Percentages of Color #bca68a

%0
%12
%27
%26

Triadic Colors of #bca68a

#bca68a #8abca6 #a68abc

Analogous Colors of #bca68a

#bca68a #b9bc8a #bc8d8a

Monochromatic Colors of #bca68a

#bca68a

Complementary Color

#bca68a #8aa0bc

#bca68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca68a Color CSS Codes

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

#bca68a Text Font Color

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

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


#bca68a Background Color

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

This div background color is #bca68a


#bca68a Border Color

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

This div border color is #bca68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca68a


Comments

No comments written yet.

Please login to write comment.