Color Hex Logo

#bfab84 Color Hex

#BFAB84
(191,171,132)
0 Favorites   0 Comments

Color spaces of #bfab84

RGB 191171132
HSL0.110.320.63
HSV40°31°75°
CMYK 0.000.100.31   0.25
XYZ40.213641.868127.7917
Yxy41.86810.36600.3811
Hunter Lab64.7056-2.299519.8282
CIE-Lab70.77991.308922.7536

#bfab84 color RGB value is (191,171,132).

#bfab84 hex color red value is 191, green value is 171 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bfab84 hue: 0.11 , saturation: 0.32 and the lightness value of bfab84 is 0.63.

The process color (four color CMYK) of #bfab84 color hex is 0.00, 0.10, 0.31, 0.25. Web safe color of #bfab84 is #cc9999. Color #bfab84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 10000100
Octal 277 253 204
Decimal 191 171 132
Hex BF AB 84

RGB Percentages of Color #bfab84

%38.66
%34.62
%26.72

CMYK Percentages of Color #bfab84

%0
%10
%31
%25

Triadic Colors of #bfab84

#bfab84 #84bfab #ab84bf

Analogous Colors of #bfab84

#bfab84 #b6bf84 #bf8e84

Monochromatic Colors of #bfab84

#bfab84

Complementary Color

#bfab84 #8498bf

#bfab84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab84 Color CSS Codes

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

#bfab84 Text Font Color

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

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


#bfab84 Background Color

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

This div background color is #bfab84


#bfab84 Border Color

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

This div border color is #bfab84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab84


Comments

No comments written yet.

Please login to write comment.