Color Hex Logo

#bca87b Color Hex

#BCA87B
(188,168,123)
0 Favorites   0 Comments

Color spaces of #bca87b

RGB 188168123
HSL0.120.330.61
HSV42°35°74°
CMYK 0.000.110.35   0.26
XYZ38.316840.126724.4646
Yxy40.12670.37230.3899
Hunter Lab63.3456-2.883021.4437
CIE-Lab69.55970.571525.9291

#bca87b color RGB value is (188,168,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 01111011
Octal 274 250 173
Decimal 188 168 123
Hex BC A8 7B

RGB Percentages of Color #bca87b

%39.25
%35.07
%25.68

CMYK Percentages of Color #bca87b

%0
%11
%35
%26

Triadic Colors of #bca87b

#bca87b #7bbca8 #a87bbc

Analogous Colors of #bca87b

#bca87b #b0bc7b #bc887b

Monochromatic Colors of #bca87b

#bca87b

Complementary Color

#bca87b #7b8fbc

#bca87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca87b Color CSS Codes

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

#bca87b Text Font Color

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

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


#bca87b Background Color

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

This div background color is #bca87b


#bca87b Border Color

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

This div border color is #bca87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca87b


Comments

No comments written yet.

Please login to write comment.