Color Hex Logo

#bfae9d Color Hex

#BFAE9D
(191,174,157)
0 Favorites   0 Comments

Color spaces of #bfae9d

RGB 191174157
HSL0.080.210.68
HSV30°18°75°
CMYK 0.000.090.18   0.25
XYZ42.707743.782838.0983
Yxy43.78280.34280.3514
Hunter Lab66.1686-0.584312.1802
CIE-Lab72.08313.296710.9347

#bfae9d color RGB value is (191,174,157).

#bfae9d hex color red value is 191, green value is 174 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfae9d hue: 0.08 , saturation: 0.21 and the lightness value of bfae9d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 10011101
Octal 277 256 235
Decimal 191 174 157
Hex BF AE 9D

RGB Percentages of Color #bfae9d

%36.59
%33.33
%30.08

CMYK Percentages of Color #bfae9d

%0
%9
%18
%25

Triadic Colors of #bfae9d

#bfae9d #9dbfae #ae9dbf

Analogous Colors of #bfae9d

#bfae9d #bfbf9d #bf9d9d

Monochromatic Colors of #bfae9d

#bfae9d

Complementary Color

#bfae9d #9daebf

#bfae9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfae9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfae9d Color CSS Codes

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

#bfae9d Text Font Color

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

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


#bfae9d Background Color

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

This div background color is #bfae9d


#bfae9d Border Color

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

This div border color is #bfae9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfae9d

#bfae9d Color Palettes


Comments

No comments written yet.

Please login to write comment.