Color Hex Logo

#bca08b Color Hex

#BCA08B
(188,160,139)
0 Favorites   0 Comments

Color spaces of #bca08b

RGB 188160139
HSL0.070.270.64
HSV26°26°74°
CMYK 0.000.150.26   0.26
XYZ37.970037.697129.7011
Yxy37.69710.36040.3578
Hunter Lab61.39802.942314.2972
CIE-Lab67.79687.052514.7690

#bca08b color RGB value is (188,160,139).

#bca08b hex color red value is 188, green value is 160 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bca08b hue: 0.07 , saturation: 0.27 and the lightness value of bca08b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 10001011
Octal 274 240 213
Decimal 188 160 139
Hex BC A0 8B

RGB Percentages of Color #bca08b

%38.60
%32.85
%28.54

CMYK Percentages of Color #bca08b

%0
%15
%26
%26

Triadic Colors of #bca08b

#bca08b #8bbca0 #a08bbc

Analogous Colors of #bca08b

#bca08b #bcb98b #bc8b8f

Monochromatic Colors of #bca08b

#bca08b

Complementary Color

#bca08b #8ba7bc

#bca08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca08b Color CSS Codes

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

#bca08b Text Font Color

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

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


#bca08b Background Color

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

This div background color is #bca08b


#bca08b Border Color

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

This div border color is #bca08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca08b


Comments

No comments written yet.

Please login to write comment.