Color Hex Logo

#bca86f Color Hex

#BCA86F
(188,168,111)
0 Favorites   0 Comments

Color spaces of #bca86f

RGB 188168111
HSL0.120.360.59
HSV44°41°74°
CMYK 0.000.110.41   0.26
XYZ37.610939.844320.7473
Yxy39.84430.38300.4057
Hunter Lab63.1223-4.106424.6980
CIE-Lab69.3585-0.843632.0817

#bca86f color RGB value is (188,168,111).

#bca86f hex color red value is 188, green value is 168 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bca86f hue: 0.12 , saturation: 0.36 and the lightness value of bca86f is 0.59.

The process color (four color CMYK) of #bca86f color hex is 0.00, 0.11, 0.41, 0.26. Web safe color of #bca86f is #cc9966. Color #bca86f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 01101111
Octal 274 250 157
Decimal 188 168 111
Hex BC A8 6F

RGB Percentages of Color #bca86f

%40.26
%35.97
%23.77

CMYK Percentages of Color #bca86f

%0
%11
%41
%26

Triadic Colors of #bca86f

#bca86f #6fbca8 #a86fbc

Analogous Colors of #bca86f

#bca86f #aabc6f #bc826f

Monochromatic Colors of #bca86f

#bca86f

Complementary Color

#bca86f #6f83bc

#bca86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca86f Color CSS Codes

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

#bca86f Text Font Color

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

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


#bca86f Background Color

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

This div background color is #bca86f


#bca86f Border Color

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

This div border color is #bca86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca86f


Comments

No comments written yet.

Please login to write comment.