Color Hex Logo

#bfacd7 Color Hex

#BFACD7
(191,172,215)
0 Favorites   0 Comments

Color spaces of #bfacd7

RGB 191172215
HSL0.740.350.76
HSV267°20°84°
CMYK 0.110.200.00   0.16
XYZ48.504145.487770.5135
Yxy45.48770.29480.2765
Hunter Lab67.444610.3438-14.7767
CIE-Lab73.211915.0273-19.2215

#bfacd7 color RGB value is (191,172,215).

#bfacd7 hex color red value is 191, green value is 172 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bfacd7 hue: 0.74 , saturation: 0.35 and the lightness value of bfacd7 is 0.76.

The process color (four color CMYK) of #bfacd7 color hex is 0.11, 0.20, 0.00, 0.16. Web safe color of #bfacd7 is #cc99cc. Color #bfacd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 11010111
Octal 277 254 327
Decimal 191 172 215
Hex BF AC D7

RGB Percentages of Color #bfacd7

%33.04
%29.76
%37.20

CMYK Percentages of Color #bfacd7

%11
%20
%0
%16

Triadic Colors of #bfacd7

#bfacd7 #d7bfac #acd7bf

Analogous Colors of #bfacd7

#bfacd7 #d5acd7 #acafd7

Monochromatic Colors of #bfacd7

#bfacd7

Complementary Color

#bfacd7 #c4d7ac

#bfacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfacd7 Color CSS Codes

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

#bfacd7 Text Font Color

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

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


#bfacd7 Background Color

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

This div background color is #bfacd7


#bfacd7 Border Color

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

This div border color is #bfacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfacd7


Comments

No comments written yet.

Please login to write comment.