Color Hex Logo

#bca09a Color Hex

#BCA09A
(188,160,154)
0 Favorites   0 Comments

Color spaces of #bca09a

RGB 188160154
HSL0.030.200.67
HSV11°18°74°
CMYK 0.000.150.18   0.26
XYZ39.142638.166135.8756
Yxy38.16610.34580.3372
Hunter Lab61.77874.98378.8147
CIE-Lab68.14299.31316.9370

#bca09a color RGB value is (188,160,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 10011010
Octal 274 240 232
Decimal 188 160 154
Hex BC A0 9A

RGB Percentages of Color #bca09a

%37.45
%31.87
%30.68

CMYK Percentages of Color #bca09a

%0
%15
%18
%26

Triadic Colors of #bca09a

#bca09a #9abca0 #a09abc

Analogous Colors of #bca09a

#bca09a #bcb19a #bc9aa5

Monochromatic Colors of #bca09a

#bca09a

Complementary Color

#bca09a #9ab6bc

#bca09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca09a Color CSS Codes

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

#bca09a Text Font Color

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

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


#bca09a Background Color

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

This div background color is #bca09a


#bca09a Border Color

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

This div border color is #bca09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca09a


Comments

No comments written yet.

Please login to write comment.