Color Hex Logo

#bca88a Color Hex

#BCA88A
(188,168,138)
0 Favorites   0 Comments

Color spaces of #bca88a

RGB 188168138
HSL0.100.270.64
HSV36°27°74°
CMYK 0.000.110.27   0.26
XYZ39.329140.531629.7953
Yxy40.53160.35870.3696
Hunter Lab63.6644-1.143316.8171
CIE-Lab69.84652.559718.1660

#bca88a color RGB value is (188,168,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 10001010
Octal 274 250 212
Decimal 188 168 138
Hex BC A8 8A

RGB Percentages of Color #bca88a

%38.06
%34.01
%27.94

CMYK Percentages of Color #bca88a

%0
%11
%27
%26

Triadic Colors of #bca88a

#bca88a #8abca8 #a88abc

Analogous Colors of #bca88a

#bca88a #b7bc8a #bc8f8a

Monochromatic Colors of #bca88a

#bca88a

Complementary Color

#bca88a #8a9ebc

#bca88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca88a Color CSS Codes

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

#bca88a Text Font Color

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

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


#bca88a Background Color

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

This div background color is #bca88a


#bca88a Border Color

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

This div border color is #bca88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca88a


Comments

No comments written yet.

Please login to write comment.