Color Hex Logo

#bca48e Color Hex

#BCA48E
(188,164,142)
0 Favorites   0 Comments

Color spaces of #bca48e

RGB 188164142
HSL0.080.260.65
HSV29°24°74°
CMYK 0.000.130.24   0.26
XYZ38.897039.195331.1065
Yxy39.19530.35620.3589
Hunter Lab62.60611.340714.3655
CIE-Lab68.89255.302214.6438

#bca48e color RGB value is (188,164,142).

#bca48e hex color red value is 188, green value is 164 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bca48e hue: 0.08 , saturation: 0.26 and the lightness value of bca48e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10001110
Octal 274 244 216
Decimal 188 164 142
Hex BC A4 8E

RGB Percentages of Color #bca48e

%38.06
%33.20
%28.74

CMYK Percentages of Color #bca48e

%0
%13
%24
%26

Triadic Colors of #bca48e

#bca48e #8ebca4 #a48ebc

Analogous Colors of #bca48e

#bca48e #bcbb8e #bc8e8f

Monochromatic Colors of #bca48e

#bca48e

Complementary Color

#bca48e #8ea6bc

#bca48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca48e Color CSS Codes

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

#bca48e Text Font Color

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

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


#bca48e Background Color

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

This div background color is #bca48e


#bca48e Border Color

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

This div border color is #bca48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca48e


Comments

No comments written yet.

Please login to write comment.