Color Hex Logo

#bfa998 Color Hex

#BFA998
(191,169,152)
0 Favorites   0 Comments

Color spaces of #bfa998

RGB 191169152
HSL0.070.230.67
HSV26°20°75°
CMYK 0.000.120.20   0.25
XYZ41.341341.719335.5795
Yxy41.71930.34850.3516
Hunter Lab64.59051.216012.5536
CIE-Lab70.67705.229011.6872

#bfa998 color RGB value is (191,169,152).

#bfa998 hex color red value is 191, green value is 169 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bfa998 hue: 0.07 , saturation: 0.23 and the lightness value of bfa998 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 10011000
Octal 277 251 230
Decimal 191 169 152
Hex BF A9 98

RGB Percentages of Color #bfa998

%37.30
%33.01
%29.69

CMYK Percentages of Color #bfa998

%0
%12
%20
%25

Triadic Colors of #bfa998

#bfa998 #98bfa9 #a998bf

Analogous Colors of #bfa998

#bfa998 #bfbd98 #bf989b

Monochromatic Colors of #bfa998

#bfa998

Complementary Color

#bfa998 #98aebf

#bfa998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa998 Color CSS Codes

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

#bfa998 Text Font Color

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

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


#bfa998 Background Color

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

This div background color is #bfa998


#bfa998 Border Color

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

This div border color is #bfa998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa998


Comments

No comments written yet.

Please login to write comment.