Color Hex Logo

#bca89f Color Hex

#BCA89F
(188,168,159)
0 Favorites   0 Comments

Color spaces of #bca89f

RGB 188168159
HSL0.050.180.68
HSV19°15°74°
CMYK 0.000.110.15   0.26
XYZ40.999741.199838.5923
Yxy41.19980.33940.3411
Hunter Lab64.18711.69019.2830
CIE-Lab70.31575.73997.2809

#bca89f color RGB value is (188,168,159).

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

The process color (four color CMYK) of #bca89f color hex is 0.00, 0.11, 0.15, 0.26. Web safe color of #bca89f is #cc9999. Color #bca89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 10011111
Octal 274 250 237
Decimal 188 168 159
Hex BC A8 9F

RGB Percentages of Color #bca89f

%36.50
%32.62
%30.87

CMYK Percentages of Color #bca89f

%0
%11
%15
%26

Triadic Colors of #bca89f

#bca89f #9fbca8 #a89fbc

Analogous Colors of #bca89f

#bca89f #bcb79f #bc9fa5

Monochromatic Colors of #bca89f

#bca89f

Complementary Color

#bca89f #9fb3bc

#bca89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca89f Color CSS Codes

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

#bca89f Text Font Color

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

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


#bca89f Background Color

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

This div background color is #bca89f


#bca89f Border Color

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

This div border color is #bca89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca89f

#bca89f Color Palettes


Comments

No comments written yet.

Please login to write comment.