Color Hex Logo

#bfae78 Color Hex

#BFAE78
(191,174,120)
0 Favorites   0 Comments

Color spaces of #bfae78

RGB 191174120
HSL0.130.360.61
HSV46°37°75°
CMYK 0.000.090.37   0.25
XYZ40.012142.704523.9032
Yxy42.70450.37530.4005
Hunter Lab65.3487-5.067124.0570
CIE-Lab71.3539-1.793529.9599

#bfae78 color RGB value is (191,174,120).

#bfae78 hex color red value is 191, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bfae78 hue: 0.13 , saturation: 0.36 and the lightness value of bfae78 is 0.61.

The process color (four color CMYK) of #bfae78 color hex is 0.00, 0.09, 0.37, 0.25. Web safe color of #bfae78 is #cc9966. Color #bfae78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 01111000
Octal 277 256 170
Decimal 191 174 120
Hex BF AE 78

RGB Percentages of Color #bfae78

%39.38
%35.88
%24.74

CMYK Percentages of Color #bfae78

%0
%9
%37
%25

Triadic Colors of #bfae78

#bfae78 #78bfae #ae78bf

Analogous Colors of #bfae78

#bfae78 #adbf78 #bf8b78

Monochromatic Colors of #bfae78

#bfae78

Complementary Color

#bfae78 #7889bf

#bfae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfae78 Color CSS Codes

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

#bfae78 Text Font Color

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

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


#bfae78 Background Color

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

This div background color is #bfae78


#bfae78 Border Color

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

This div border color is #bfae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfae78


Comments

No comments written yet.

Please login to write comment.