Color Hex Logo

#bca98f Color Hex

#BCA98F
(188,169,143)
0 Favorites   0 Comments

Color spaces of #bca98f

RGB 188169143
HSL0.100.250.65
HSV35°24°74°
CMYK 0.000.100.24   0.26
XYZ39.884941.050531.8080
Yxy41.05050.35380.3641
Hunter Lab64.0707-1.004915.4148
CIE-Lab70.21132.734315.9347

#bca98f color RGB value is (188,169,143).

#bca98f hex color red value is 188, green value is 169 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bca98f hue: 0.10 , saturation: 0.25 and the lightness value of bca98f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10001111
Octal 274 251 217
Decimal 188 169 143
Hex BC A9 8F

RGB Percentages of Color #bca98f

%37.60
%33.80
%28.60

CMYK Percentages of Color #bca98f

%0
%10
%24
%26

Triadic Colors of #bca98f

#bca98f #8fbca9 #a98fbc

Analogous Colors of #bca98f

#bca98f #b9bc8f #bc938f

Monochromatic Colors of #bca98f

#bca98f

Complementary Color

#bca98f #8fa2bc

#bca98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca98f Color CSS Codes

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

#bca98f Text Font Color

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

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


#bca98f Background Color

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

This div background color is #bca98f


#bca98f Border Color

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

This div border color is #bca98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca98f


Comments

No comments written yet.

Please login to write comment.