Color Hex Logo

#bfa840 Color Hex

#BFA840
(191,168,64)
0 Favorites   0 Comments

Color spaces of #bfa840

RGB 19116864
HSL0.140.500.50
HSV49°66°75°
CMYK 0.000.120.66   0.25
XYZ36.413939.451810.5462
Yxy39.45180.42140.4566
Hunter Lab62.8107-6.435034.0124
CIE-Lab69.0773-3.567854.8358

#bfa840 color RGB value is (191,168,64).

#bfa840 hex color red value is 191, green value is 168 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bfa840 hue: 0.14 , saturation: 0.50 and the lightness value of bfa840 is 0.50.

The process color (four color CMYK) of #bfa840 color hex is 0.00, 0.12, 0.66, 0.25. Web safe color of #bfa840 is #cc9933. Color #bfa840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 01000000
Octal 277 250 100
Decimal 191 168 64
Hex BF A8 40

RGB Percentages of Color #bfa840

%45.15
%39.72
%15.13

CMYK Percentages of Color #bfa840

%0
%12
%66
%25

Triadic Colors of #bfa840

#bfa840 #40bfa8 #a840bf

Analogous Colors of #bfa840

#bfa840 #97bf40 #bf6940

Monochromatic Colors of #bfa840

#bfa840

Complementary Color

#bfa840 #4057bf

#bfa840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa840 Color CSS Codes

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

#bfa840 Text Font Color

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

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


#bfa840 Background Color

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

This div background color is #bfa840


#bfa840 Border Color

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

This div border color is #bfa840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa840


Comments

No comments written yet.

Please login to write comment.