Color Hex Logo

#bca08d Color Hex

#BCA08D
(188,160,141)
0 Favorites   0 Comments

Color spaces of #bca08d

RGB 188160141
HSL0.070.260.65
HSV24°25°74°
CMYK 0.000.150.25   0.26
XYZ38.117637.756130.4779
Yxy37.75610.35840.3550
Hunter Lab61.44603.200813.6037
CIE-Lab67.84057.340713.7232

#bca08d color RGB value is (188,160,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 10001101
Octal 274 240 215
Decimal 188 160 141
Hex BC A0 8D

RGB Percentages of Color #bca08d

%38.45
%32.72
%28.83

CMYK Percentages of Color #bca08d

%0
%15
%25
%26

Triadic Colors of #bca08d

#bca08d #8dbca0 #a08dbc

Analogous Colors of #bca08d

#bca08d #bcb88d #bc8d92

Monochromatic Colors of #bca08d

#bca08d

Complementary Color

#bca08d #8da9bc

#bca08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca08d Color CSS Codes

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

#bca08d Text Font Color

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

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


#bca08d Background Color

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

This div background color is #bca08d


#bca08d Border Color

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

This div border color is #bca08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca08d


Comments

No comments written yet.

Please login to write comment.