Color Hex Logo

#bfa1ad Color Hex

#BFA1AD
(191,161,173)
0 Favorites   0 Comments

Color spaces of #bfa1ad

RGB 191161173
HSL0.930.190.69
HSV336°16°75°
CMYK 0.000.160.09   0.25
XYZ41.773639.583244.9738
Yxy39.58320.33070.3133
Hunter Lab62.91528.41651.6582
CIE-Lab69.171613.0334-2.0987

#bfa1ad color RGB value is (191,161,173).

#bfa1ad hex color red value is 191, green value is 161 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bfa1ad hue: 0.93 , saturation: 0.19 and the lightness value of bfa1ad is 0.69.

The process color (four color CMYK) of #bfa1ad color hex is 0.00, 0.16, 0.09, 0.25. Web safe color of #bfa1ad is #cc9999. Color #bfa1ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 10101101
Octal 277 241 255
Decimal 191 161 173
Hex BF A1 AD

RGB Percentages of Color #bfa1ad

%36.38
%30.67
%32.95

CMYK Percentages of Color #bfa1ad

%0
%16
%9
%25

Triadic Colors of #bfa1ad

#bfa1ad #adbfa1 #a1adbf

Analogous Colors of #bfa1ad

#bfa1ad #bfa4a1 #bfa1bc

Monochromatic Colors of #bfa1ad

#bfa1ad

Complementary Color

#bfa1ad #a1bfb3

#bfa1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa1ad Color CSS Codes

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

#bfa1ad Text Font Color

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

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


#bfa1ad Background Color

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

This div background color is #bfa1ad


#bfa1ad Border Color

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

This div border color is #bfa1ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,161,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfa1ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfa1ad;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa1ad;
  box-shadow:         1px 1px 3px 2px #bfa1ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,161,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa1ad

#bfa1ad Color Palettes


Comments

No comments written yet.

Please login to write comment.