Color Hex Logo

#bfa702 Color Hex

#BFA702
(191,167,2)
0 Favorites   0 Comments

Color spaces of #bfa702

RGB 1911672
HSL0.150.980.38
HSV52°99°75°
CMYK 0.000.130.99   0.25
XYZ35.315538.71825.6695
Yxy38.71820.44310.4858
Hunter Lab62.2240-7.583438.1546
CIE-Lab68.5466-4.969371.0865

#bfa702 color RGB value is (191,167,2).

#bfa702 hex color red value is 191, green value is 167 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bfa702 hue: 0.15 , saturation: 0.98 and the lightness value of bfa702 is 0.38.

The process color (four color CMYK) of #bfa702 color hex is 0.00, 0.13, 0.99, 0.25. Web safe color of #bfa702 is #cc9900. Color #bfa702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00000010
Octal 277 247 2
Decimal 191 167 2
Hex BF A7 2

RGB Percentages of Color #bfa702

%53.06
%46.39
%0.56

CMYK Percentages of Color #bfa702

%0
%13
%99
%25

Triadic Colors of #bfa702

#bfa702 #02bfa7 #a702bf

Analogous Colors of #bfa702

#bfa702 #79bf02 #bf4802

Monochromatic Colors of #bfa702

#bfa702

Complementary Color

#bfa702 #021abf

#bfa702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa702 Color CSS Codes

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

#bfa702 Text Font Color

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

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


#bfa702 Background Color

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

This div background color is #bfa702


#bfa702 Border Color

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

This div border color is #bfa702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa702


Comments

No comments written yet.

Please login to write comment.