Color Hex Logo

#bca59e Color Hex

#BCA59E
(188,165,158)
0 Favorites   0 Comments

Color spaces of #bca59e

RGB 188165158
HSL0.040.180.68
HSV14°16°74°
CMYK 0.000.120.16   0.26
XYZ40.365740.070337.9546
Yxy40.07030.34100.3385
Hunter Lab63.30113.04858.7612
CIE-Lab69.51967.21406.6922

#bca59e color RGB value is (188,165,158).

#bca59e hex color red value is 188, green value is 165 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bca59e hue: 0.04 , saturation: 0.18 and the lightness value of bca59e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 10011110
Octal 274 245 236
Decimal 188 165 158
Hex BC A5 9E

RGB Percentages of Color #bca59e

%36.79
%32.29
%30.92

CMYK Percentages of Color #bca59e

%0
%12
%16
%26

Triadic Colors of #bca59e

#bca59e #9ebca5 #a59ebc

Analogous Colors of #bca59e

#bca59e #bcb49e #bc9ea6

Monochromatic Colors of #bca59e

#bca59e

Complementary Color

#bca59e #9eb5bc

#bca59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca59e Color CSS Codes

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

#bca59e Text Font Color

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

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


#bca59e Background Color

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

This div background color is #bca59e


#bca59e Border Color

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

This div border color is #bca59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca59e


Comments

No comments written yet.

Please login to write comment.