Color Hex Logo

#bfa625 Color Hex

#BFA625
(191,166,37)
0 Favorites   0 Comments

Color spaces of #bfa625

RGB 19116637
HSL0.140.680.45
HSV50°81°75°
CMYK 0.000.130.81   0.25
XYZ35.456038.48247.3094
Yxy38.48240.43640.4736
Hunter Lab62.0342-6.537136.4379
CIE-Lab68.3747-3.751964.1898

#bfa625 color RGB value is (191,166,37).

#bfa625 hex color red value is 191, green value is 166 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bfa625 hue: 0.14 , saturation: 0.68 and the lightness value of bfa625 is 0.45.

The process color (four color CMYK) of #bfa625 color hex is 0.00, 0.13, 0.81, 0.25. Web safe color of #bfa625 is #cc9933. Color #bfa625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 00100101
Octal 277 246 45
Decimal 191 166 37
Hex BF A6 25

RGB Percentages of Color #bfa625

%48.48
%42.13
%9.39

CMYK Percentages of Color #bfa625

%0
%13
%81
%25

Triadic Colors of #bfa625

#bfa625 #25bfa6 #a625bf

Analogous Colors of #bfa625

#bfa625 #8bbf25 #bf5925

Monochromatic Colors of #bfa625

#bfa625

Complementary Color

#bfa625 #253ebf

#bfa625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa625 Color CSS Codes

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

#bfa625 Text Font Color

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

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


#bfa625 Background Color

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

This div background color is #bfa625


#bfa625 Border Color

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

This div border color is #bfa625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa625


Comments

No comments written yet.

Please login to write comment.