Color Hex Logo

#bca38b Color Hex

#BCA38B
(188,163,139)
0 Favorites   0 Comments

Color spaces of #bca38b

RGB 188163139
HSL0.080.270.64
HSV29°26°74°
CMYK 0.000.130.26   0.26
XYZ38.496438.749829.8766
Yxy38.74980.35940.3617
Hunter Lab62.24931.452115.1183
CIE-Lab68.56965.415115.8465

#bca38b color RGB value is (188,163,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 10001011
Octal 274 243 213
Decimal 188 163 139
Hex BC A3 8B

RGB Percentages of Color #bca38b

%38.37
%33.27
%28.37

CMYK Percentages of Color #bca38b

%0
%13
%26
%26

Triadic Colors of #bca38b

#bca38b #8bbca3 #a38bbc

Analogous Colors of #bca38b

#bca38b #bcbc8b #bc8b8c

Monochromatic Colors of #bca38b

#bca38b

Complementary Color

#bca38b #8ba4bc

#bca38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca38b Color CSS Codes

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

#bca38b Text Font Color

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

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


#bca38b Background Color

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

This div background color is #bca38b


#bca38b Border Color

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

This div border color is #bca38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca38b


Comments

No comments written yet.

Please login to write comment.