Color Hex Logo

#bca99f Color Hex

#BCA99F
(188,169,159)
0 Favorites   0 Comments

Color spaces of #bca99f

RGB 188169159
HSL0.060.180.68
HSV21°15°74°
CMYK 0.000.100.15   0.26
XYZ41.185041.570538.6541
Yxy41.57050.33920.3424
Hunter Lab64.47521.18949.5872
CIE-Lab70.57385.19577.6504

#bca99f color RGB value is (188,169,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10011111
Octal 274 251 237
Decimal 188 169 159
Hex BC A9 9F

RGB Percentages of Color #bca99f

%36.43
%32.75
%30.81

CMYK Percentages of Color #bca99f

%0
%10
%15
%26

Triadic Colors of #bca99f

#bca99f #9fbca9 #a99fbc

Analogous Colors of #bca99f

#bca99f #bcb89f #bc9fa4

Monochromatic Colors of #bca99f

#bca99f

Complementary Color

#bca99f #9fb2bc

#bca99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca99f Color CSS Codes

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

#bca99f Text Font Color

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

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


#bca99f Background Color

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

This div background color is #bca99f


#bca99f Border Color

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

This div border color is #bca99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca99f


Comments

No comments written yet.

Please login to write comment.