Color Hex Logo

#bfadbd Color Hex

#BFADBD
(191,173,189)
0 Favorites   0 Comments

Color spaces of #bfadbd

RGB 191173189
HSL0.850.120.71
HSV307°75°
CMYK 0.000.090.01   0.25
XYZ45.614744.637654.3559
Yxy44.63760.31540.3087
Hunter Lab66.81144.9489-1.4688
CIE-Lab72.65269.3409-5.8075

#bfadbd color RGB value is (191,173,189).

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

The process color (four color CMYK) of #bfadbd color hex is 0.00, 0.09, 0.01, 0.25. Web safe color of #bfadbd is #cc99cc. Color #bfadbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 10111101
Octal 277 255 275
Decimal 191 173 189
Hex BF AD BD

RGB Percentages of Color #bfadbd

%34.54
%31.28
%34.18

CMYK Percentages of Color #bfadbd

%0
%9
%1
%25

Triadic Colors of #bfadbd

#bfadbd #bdbfad #adbdbf

Analogous Colors of #bfadbd

#bfadbd #bfadb4 #b8adbf

Monochromatic Colors of #bfadbd

#bfadbd

Complementary Color

#bfadbd #adbfaf

#bfadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfadbd Color CSS Codes

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

#bfadbd Text Font Color

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

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


#bfadbd Background Color

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

This div background color is #bfadbd


#bfadbd Border Color

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

This div border color is #bfadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfadbd


Comments

No comments written yet.

Please login to write comment.