Color Hex Logo

#bfbeab Color Hex

#BFBEAB
(191,190,171)
0 Favorites   0 Comments

Color spaces of #bfbeab

RGB 191190171
HSL0.160.140.71
HSV57°10°75°
CMYK 0.000.010.10   0.25
XYZ47.250050.843645.8515
Yxy50.84360.32830.3532
Hunter Lab71.3047-6.500311.7877
CIE-Lab76.5842-2.98229.7188

#bfbeab color RGB value is (191,190,171).

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

The process color (four color CMYK) of #bfbeab color hex is 0.00, 0.01, 0.10, 0.25. Web safe color of #bfbeab is #cccc99. Color #bfbeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 10101011
Octal 277 276 253
Decimal 191 190 171
Hex BF BE AB

RGB Percentages of Color #bfbeab

%34.60
%34.42
%30.98

CMYK Percentages of Color #bfbeab

%0
%1
%10
%25

Triadic Colors of #bfbeab

#bfbeab #abbfbe #beabbf

Analogous Colors of #bfbeab

#bfbeab #b6bfab #bfb4ab

Monochromatic Colors of #bfbeab

#bfbeab

Complementary Color

#bfbeab #abacbf

#bfbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbeab Color CSS Codes

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

#bfbeab Text Font Color

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

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


#bfbeab Background Color

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

This div background color is #bfbeab


#bfbeab Border Color

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

This div border color is #bfbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbeab


Comments

No comments written yet.

Please login to write comment.