Color Hex Logo

#bca3af Color Hex

#BCA3AF
(188,163,175)
0 Favorites   0 Comments

Color spaces of #bca3af

RGB 188163175
HSL0.920.160.69
HSV331°13°74°
CMYK 0.000.130.07   0.26
XYZ41.574139.980946.0833
Yxy39.98090.32570.3132
Hunter Lab63.23056.71071.0499
CIE-Lab69.455911.2018-2.8234

#bca3af color RGB value is (188,163,175).

#bca3af hex color red value is 188, green value is 163 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bca3af hue: 0.92 , saturation: 0.16 and the lightness value of bca3af is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 10101111
Octal 274 243 257
Decimal 188 163 175
Hex BC A3 AF

RGB Percentages of Color #bca3af

%35.74
%30.99
%33.27

CMYK Percentages of Color #bca3af

%0
%13
%7
%26

Triadic Colors of #bca3af

#bca3af #afbca3 #a3afbc

Analogous Colors of #bca3af

#bca3af #bca4a3 #bca3bc

Monochromatic Colors of #bca3af

#bca3af

Complementary Color

#bca3af #a3bcb0

#bca3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca3af Color CSS Codes

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

#bca3af Text Font Color

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

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


#bca3af Background Color

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

This div background color is #bca3af


#bca3af Border Color

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

This div border color is #bca3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca3af


Comments

No comments written yet.

Please login to write comment.