Color Hex Logo

#bfabc7 Color Hex

#BFABC7
(191,171,199)
0 Favorites   0 Comments

Color spaces of #bfabc7

RGB 191171199
HSL0.790.200.73
HSV283°14°78°
CMYK 0.040.140.00   0.22
XYZ46.357644.325760.1452
Yxy44.32570.30740.2939
Hunter Lab66.57757.7779-6.9574
CIE-Lab72.445712.3467-11.6081

#bfabc7 color RGB value is (191,171,199).

#bfabc7 hex color red value is 191, green value is 171 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bfabc7 hue: 0.79 , saturation: 0.20 and the lightness value of bfabc7 is 0.73.

The process color (four color CMYK) of #bfabc7 color hex is 0.04, 0.14, 0.00, 0.22. Web safe color of #bfabc7 is #cc99cc. Color #bfabc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11000111
Octal 277 253 307
Decimal 191 171 199
Hex BF AB C7

RGB Percentages of Color #bfabc7

%34.05
%30.48
%35.47

CMYK Percentages of Color #bfabc7

%4
%14
%0
%22

Triadic Colors of #bfabc7

#bfabc7 #c7bfab #abc7bf

Analogous Colors of #bfabc7

#bfabc7 #c7abc1 #b1abc7

Monochromatic Colors of #bfabc7

#bfabc7

Complementary Color

#bfabc7 #b3c7ab

#bfabc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabc7 Color CSS Codes

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

#bfabc7 Text Font Color

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

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


#bfabc7 Background Color

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

This div background color is #bfabc7


#bfabc7 Border Color

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

This div border color is #bfabc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabc7


Comments

No comments written yet.

Please login to write comment.