Color Hex Logo

#bfadb1 Color Hex

#BFADB1
(191,173,177)
0 Favorites   0 Comments

Color spaces of #bfadb1

RGB 191173177
HSL0.960.120.71
HSV347°75°
CMYK 0.000.090.07   0.25
XYZ44.365244.137847.7761
Yxy44.13780.32550.3239
Hunter Lab66.43632.93623.8684
CIE-Lab72.32057.16490.2989

#bfadb1 color RGB value is (191,173,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 10110001
Octal 277 255 261
Decimal 191 173 177
Hex BF AD B1

RGB Percentages of Color #bfadb1

%35.30
%31.98
%32.72

CMYK Percentages of Color #bfadb1

%0
%9
%7
%25

Triadic Colors of #bfadb1

#bfadb1 #b1bfad #adb1bf

Analogous Colors of #bfadb1

#bfadb1 #bfb2ad #bfadba

Monochromatic Colors of #bfadb1

#bfadb1

Complementary Color

#bfadb1 #adbfbb

#bfadb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfadb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfadb1 Color CSS Codes

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

#bfadb1 Text Font Color

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

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


#bfadb1 Background Color

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

This div background color is #bfadb1


#bfadb1 Border Color

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

This div border color is #bfadb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfadb1


Comments

No comments written yet.

Please login to write comment.