Color Hex Logo

#bca99a Color Hex

#BCA99A
(188,169,154)
0 Favorites   0 Comments

Color spaces of #bca99a

RGB 188169154
HSL0.070.200.67
HSV26°18°74°
CMYK 0.000.100.18   0.26
XYZ40.759741.400436.4147
Yxy41.40040.34370.3492
Hunter Lab64.34310.474611.4853
CIE-Lab70.45554.398510.2359

#bca99a color RGB value is (188,169,154).

#bca99a hex color red value is 188, green value is 169 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bca99a hue: 0.07 , saturation: 0.20 and the lightness value of bca99a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10011010
Octal 274 251 232
Decimal 188 169 154
Hex BC A9 9A

RGB Percentages of Color #bca99a

%36.79
%33.07
%30.14

CMYK Percentages of Color #bca99a

%0
%10
%18
%26

Triadic Colors of #bca99a

#bca99a #9abca9 #a99abc

Analogous Colors of #bca99a

#bca99a #bcba9a #bc9a9c

Monochromatic Colors of #bca99a

#bca99a

Complementary Color

#bca99a #9aadbc

#bca99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca99a Color CSS Codes

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

#bca99a Text Font Color

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

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


#bca99a Background Color

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

This div background color is #bca99a


#bca99a Border Color

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

This div border color is #bca99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca99a


Comments

No comments written yet.

Please login to write comment.