Color Hex Logo

#bca69f Color Hex

#BCA69F
(188,166,159)
0 Favorites   0 Comments

Color spaces of #bca69f

RGB 188166159
HSL0.040.180.68
HSV14°15°74°
CMYK 0.000.120.15   0.26
XYZ40.633340.467038.4702
Yxy40.46700.33980.3384
Hunter Lab63.61372.69318.6741
CIE-Lab69.80096.83026.5427

#bca69f color RGB value is (188,166,159).

#bca69f hex color red value is 188, green value is 166 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bca69f hue: 0.04 , saturation: 0.18 and the lightness value of bca69f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10011111
Octal 274 246 237
Decimal 188 166 159
Hex BC A6 9F

RGB Percentages of Color #bca69f

%36.65
%32.36
%30.99

CMYK Percentages of Color #bca69f

%0
%12
%15
%26

Triadic Colors of #bca69f

#bca69f #9fbca6 #a69fbc

Analogous Colors of #bca69f

#bca69f #bcb59f #bc9fa7

Monochromatic Colors of #bca69f

#bca69f

Complementary Color

#bca69f #9fb5bc

#bca69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca69f Color CSS Codes

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

#bca69f Text Font Color

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

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


#bca69f Background Color

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

This div background color is #bca69f


#bca69f Border Color

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

This div border color is #bca69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca69f


Comments

No comments written yet.

Please login to write comment.