Color Hex Logo

#bfab90 Color Hex

#BFAB90
(191,171,144)
0 Favorites   0 Comments

Color spaces of #bfab90

RGB 191171144
HSL0.100.270.66
HSV34°25°75°
CMYK 0.000.100.25   0.25
XYZ41.082842.215832.3687
Yxy42.21580.35520.3650
Hunter Lab64.9737-0.838615.9444
CIE-Lab71.01942.961516.5529

#bfab90 color RGB value is (191,171,144).

#bfab90 hex color red value is 191, green value is 171 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bfab90 hue: 0.10 , saturation: 0.27 and the lightness value of bfab90 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 10010000
Octal 277 253 220
Decimal 191 171 144
Hex BF AB 90

RGB Percentages of Color #bfab90

%37.75
%33.79
%28.46

CMYK Percentages of Color #bfab90

%0
%10
%25
%25

Triadic Colors of #bfab90

#bfab90 #90bfab #ab90bf

Analogous Colors of #bfab90

#bfab90 #bcbf90 #bf9490

Monochromatic Colors of #bfab90

#bfab90

Complementary Color

#bfab90 #90a4bf

#bfab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab90 Color CSS Codes

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

#bfab90 Text Font Color

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

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


#bfab90 Background Color

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

This div background color is #bfab90


#bfab90 Border Color

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

This div border color is #bfab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab90

#bfab90 Color Palettes


Comments

No comments written yet.

Please login to write comment.