Color Hex Logo

#bca68f Color Hex

#BCA68F
(188,166,143)
0 Favorites   0 Comments

Color spaces of #bca68f

RGB 188166143
HSL0.090.250.65
HSV31°24°74°
CMYK 0.000.120.24   0.26
XYZ39.333239.947031.6241
Yxy39.94700.35470.3602
Hunter Lab63.20360.478614.5766
CIE-Lab69.43184.360314.8469

#bca68f color RGB value is (188,166,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10001111
Octal 274 246 217
Decimal 188 166 143
Hex BC A6 8F

RGB Percentages of Color #bca68f

%37.83
%33.40
%28.77

CMYK Percentages of Color #bca68f

%0
%12
%24
%26

Triadic Colors of #bca68f

#bca68f #8fbca6 #a68fbc

Analogous Colors of #bca68f

#bca68f #bcbc8f #bc908f

Monochromatic Colors of #bca68f

#bca68f

Complementary Color

#bca68f #8fa5bc

#bca68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca68f Color CSS Codes

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

#bca68f Text Font Color

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

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


#bca68f Background Color

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

This div background color is #bca68f


#bca68f Border Color

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

This div border color is #bca68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca68f


Comments

No comments written yet.

Please login to write comment.