Color Hex Logo

#bca37e Color Hex

#BCA37E
(188,163,126)
0 Favorites   0 Comments

Color spaces of #bca37e

RGB 188163126
HSL0.100.320.62
HSV36°33°74°
CMYK 0.000.130.33   0.26
XYZ37.602138.392125.1672
Yxy38.39210.37170.3795
Hunter Lab61.9614-0.107219.2908
CIE-Lab68.30863.653122.6191

#bca37e color RGB value is (188,163,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 01111110
Octal 274 243 176
Decimal 188 163 126
Hex BC A3 7E

RGB Percentages of Color #bca37e

%39.41
%34.17
%26.42

CMYK Percentages of Color #bca37e

%0
%13
%33
%26

Triadic Colors of #bca37e

#bca37e #7ebca3 #a37ebc

Analogous Colors of #bca37e

#bca37e #b6bc7e #bc847e

Monochromatic Colors of #bca37e

#bca37e

Complementary Color

#bca37e #7e97bc

#bca37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca37e Color CSS Codes

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

#bca37e Text Font Color

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

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


#bca37e Background Color

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

This div background color is #bca37e


#bca37e Border Color

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

This div border color is #bca37e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,163,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 #bca37e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca37e


Comments

No comments written yet.

Please login to write comment.