Color Hex Logo

#bca07e Color Hex

#BCA07E
(188,160,126)
0 Favorites   0 Comments

Color spaces of #bca07e

RGB 188160126
HSL0.090.320.62
HSV33°33°74°
CMYK 0.000.150.33   0.26
XYZ37.075737.339324.9918
Yxy37.33930.37300.3756
Hunter Lab61.10591.368718.5250
CIE-Lab67.53085.284821.5638

#bca07e color RGB value is (188,160,126).

#bca07e hex color red value is 188, green value is 160 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bca07e hue: 0.09 , saturation: 0.32 and the lightness value of bca07e is 0.62.

The process color (four color CMYK) of #bca07e color hex is 0.00, 0.15, 0.33, 0.26. Web safe color of #bca07e is #cc9966. Color #bca07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 01111110
Octal 274 240 176
Decimal 188 160 126
Hex BC A0 7E

RGB Percentages of Color #bca07e

%39.66
%33.76
%26.58

CMYK Percentages of Color #bca07e

%0
%15
%33
%26

Triadic Colors of #bca07e

#bca07e #7ebca0 #a07ebc

Analogous Colors of #bca07e

#bca07e #b9bc7e #bc817e

Monochromatic Colors of #bca07e

#bca07e

Complementary Color

#bca07e #7e9abc

#bca07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca07e Color CSS Codes

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

#bca07e Text Font Color

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

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


#bca07e Background Color

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

This div background color is #bca07e


#bca07e Border Color

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

This div border color is #bca07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca07e


Comments

No comments written yet.

Please login to write comment.