Color Hex Logo

#bfad80 Color Hex

#BFAD80
(191,173,128)
0 Favorites   0 Comments

Color spaces of #bfad80

RGB 191173128
HSL0.120.330.63
HSV43°33°75°
CMYK 0.000.090.33   0.25
XYZ40.325742.522026.5043
Yxy42.52200.36880.3889
Hunter Lab65.2089-3.729721.5477
CIE-Lab71.2293-0.279925.5185

#bfad80 color RGB value is (191,173,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 10000000
Octal 277 255 200
Decimal 191 173 128
Hex BF AD 80

RGB Percentages of Color #bfad80

%38.82
%35.16
%26.02

CMYK Percentages of Color #bfad80

%0
%9
%33
%25

Triadic Colors of #bfad80

#bfad80 #80bfad #ad80bf

Analogous Colors of #bfad80

#bfad80 #b2bf80 #bf8e80

Monochromatic Colors of #bfad80

#bfad80

Complementary Color

#bfad80 #8092bf

#bfad80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad80 Color CSS Codes

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

#bfad80 Text Font Color

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

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


#bfad80 Background Color

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

This div background color is #bfad80


#bfad80 Border Color

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

This div border color is #bfad80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad80


Comments

No comments written yet.

Please login to write comment.