Color Hex Logo

#bfacd1 Color Hex

#BFACD1
(191,172,209)
0 Favorites   0 Comments

Color spaces of #bfacd1

RGB 191172209
HSL0.750.290.75
HSV271°18°82°
CMYK 0.090.180.00   0.18
XYZ47.747045.184966.5266
Yxy45.18490.29940.2834
Hunter Lab67.21979.1563-11.6249
CIE-Lab73.013513.7926-16.2389

#bfacd1 color RGB value is (191,172,209).

#bfacd1 hex color red value is 191, green value is 172 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bfacd1 hue: 0.75 , saturation: 0.29 and the lightness value of bfacd1 is 0.75.

The process color (four color CMYK) of #bfacd1 color hex is 0.09, 0.18, 0.00, 0.18. Web safe color of #bfacd1 is #cc99cc. Color #bfacd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 11010001
Octal 277 254 321
Decimal 191 172 209
Hex BF AC D1

RGB Percentages of Color #bfacd1

%33.39
%30.07
%36.54

CMYK Percentages of Color #bfacd1

%9
%18
%0
%18

Triadic Colors of #bfacd1

#bfacd1 #d1bfac #acd1bf

Analogous Colors of #bfacd1

#bfacd1 #d1acd1 #adacd1

Monochromatic Colors of #bfacd1

#bfacd1

Complementary Color

#bfacd1 #bed1ac

#bfacd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfacd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfacd1 Color CSS Codes

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

#bfacd1 Text Font Color

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

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


#bfacd1 Background Color

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

This div background color is #bfacd1


#bfacd1 Border Color

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

This div border color is #bfacd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfacd1


Comments

No comments written yet.

Please login to write comment.