Color Hex Logo

#bfa8ad Color Hex

#BFA8AD
(191,168,173)
0 Favorites   0 Comments

Color spaces of #bfa8ad

RGB 191168173
HSL0.960.150.70
HSV347°12°75°
CMYK 0.000.120.09   0.25
XYZ43.031342.098845.3930
Yxy42.09880.32970.3225
Hunter Lab64.88364.83633.9388
CIE-Lab70.93909.19300.4871

#bfa8ad color RGB value is (191,168,173).

#bfa8ad hex color red value is 191, green value is 168 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bfa8ad hue: 0.96 , saturation: 0.15 and the lightness value of bfa8ad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 10101101
Octal 277 250 255
Decimal 191 168 173
Hex BF A8 AD

RGB Percentages of Color #bfa8ad

%35.90
%31.58
%32.52

CMYK Percentages of Color #bfa8ad

%0
%12
%9
%25

Triadic Colors of #bfa8ad

#bfa8ad #adbfa8 #a8adbf

Analogous Colors of #bfa8ad

#bfa8ad #bfafa8 #bfa8b9

Monochromatic Colors of #bfa8ad

#bfa8ad

Complementary Color

#bfa8ad #a8bfba

#bfa8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa8ad Color CSS Codes

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

#bfa8ad Text Font Color

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

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


#bfa8ad Background Color

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

This div background color is #bfa8ad


#bfa8ad Border Color

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

This div border color is #bfa8ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,168,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 #bfa8ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa8ad


Comments

No comments written yet.

Please login to write comment.