Color Hex Logo

#bfab88 Color Hex

#BFAB88
(191,171,136)
0 Favorites   0 Comments

Color spaces of #bfab88

RGB 191171136
HSL0.110.300.64
HSV38°29°75°
CMYK 0.000.100.29   0.25
XYZ40.492741.979829.2613
Yxy41.97980.36240.3757
Hunter Lab64.7918-1.829218.5777
CIE-Lab70.85701.843020.6886

#bfab88 color RGB value is (191,171,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 10001000
Octal 277 253 210
Decimal 191 171 136
Hex BF AB 88

RGB Percentages of Color #bfab88

%38.35
%34.34
%27.31

CMYK Percentages of Color #bfab88

%0
%10
%29
%25

Triadic Colors of #bfab88

#bfab88 #88bfab #ab88bf

Analogous Colors of #bfab88

#bfab88 #b8bf88 #bf9088

Monochromatic Colors of #bfab88

#bfab88

Complementary Color

#bfab88 #889cbf

#bfab88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab88 Color CSS Codes

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

#bfab88 Text Font Color

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

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


#bfab88 Background Color

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

This div background color is #bfab88


#bfab88 Border Color

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

This div border color is #bfab88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab88


Comments

No comments written yet.

Please login to write comment.