Color Hex Logo

#bfbeaf Color Hex

#BFBEAF
(191,190,175)
0 Favorites   0 Comments

Color spaces of #bfbeaf

RGB 191190175
HSL0.160.110.72
HSV56°75°
CMYK 0.000.010.08   0.25
XYZ47.637250.998447.8904
Yxy50.99840.32510.3481
Hunter Lab71.4132-5.902010.2287
CIE-Lab76.6780-2.30787.6908

#bfbeaf color RGB value is (191,190,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 10101111
Octal 277 276 257
Decimal 191 190 175
Hex BF BE AF

RGB Percentages of Color #bfbeaf

%34.35
%34.17
%31.47

CMYK Percentages of Color #bfbeaf

%0
%1
%8
%25

Triadic Colors of #bfbeaf

#bfbeaf #afbfbe #beafbf

Analogous Colors of #bfbeaf

#bfbeaf #b8bfaf #bfb6af

Monochromatic Colors of #bfbeaf

#bfbeaf

Complementary Color

#bfbeaf #afb0bf

#bfbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbeaf Color CSS Codes

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

#bfbeaf Text Font Color

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

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


#bfbeaf Background Color

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

This div background color is #bfbeaf


#bfbeaf Border Color

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

This div border color is #bfbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbeaf


Comments

No comments written yet.

Please login to write comment.