Color Hex Logo

#bca688 Color Hex

#BCA688
(188,166,136)
0 Favorites   0 Comments

Color spaces of #bca688

RGB 188166136
HSL0.100.280.64
HSV35°28°74°
CMYK 0.000.120.28   0.26
XYZ38.819239.741428.9174
Yxy39.74140.36120.3698
Hunter Lab63.0408-0.404816.9317
CIE-Lab69.28493.363018.4858

#bca688 color RGB value is (188,166,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10001000
Octal 274 246 210
Decimal 188 166 136
Hex BC A6 88

RGB Percentages of Color #bca688

%38.37
%33.88
%27.76

CMYK Percentages of Color #bca688

%0
%12
%28
%26

Triadic Colors of #bca688

#bca688 #88bca6 #a688bc

Analogous Colors of #bca688

#bca688 #b8bc88 #bc8c88

Monochromatic Colors of #bca688

#bca688

Complementary Color

#bca688 #889ebc

#bca688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca688 Color CSS Codes

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

#bca688 Text Font Color

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

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


#bca688 Background Color

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

This div background color is #bca688


#bca688 Border Color

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

This div border color is #bca688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca688


Comments

No comments written yet.

Please login to write comment.