Color Hex Logo

#bfadbe Color Hex

#BFADBE
(191,173,190)
0 Favorites   0 Comments

Color spaces of #bfadbe

RGB 191173190
HSL0.840.120.71
HSV303°75°
CMYK 0.000.090.01   0.25
XYZ45.723744.681254.9296
Yxy44.68120.31460.3074
Hunter Lab66.84405.1234-1.9312
CIE-Lab72.68159.5281-6.3140

#bfadbe color RGB value is (191,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 10111110
Octal 277 255 276
Decimal 191 173 190
Hex BF AD BE

RGB Percentages of Color #bfadbe

%34.48
%31.23
%34.30

CMYK Percentages of Color #bfadbe

%0
%9
%1
%25

Triadic Colors of #bfadbe

#bfadbe #bebfad #adbebf

Analogous Colors of #bfadbe

#bfadbe #bfadb5 #b7adbf

Monochromatic Colors of #bfadbe

#bfadbe

Complementary Color

#bfadbe #adbfae

#bfadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfadbe Color CSS Codes

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

#bfadbe Text Font Color

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

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


#bfadbe Background Color

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

This div background color is #bfadbe


#bfadbe Border Color

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

This div border color is #bfadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfadbe


Comments

No comments written yet.

Please login to write comment.