Color Hex Logo

#bfa524 Color Hex

#BFA524
(191,165,36)
0 Favorites   0 Comments

Color spaces of #bfa524

RGB 19116536
HSL0.140.680.45
HSV50°81°75°
CMYK 0.000.140.81   0.25
XYZ35.259438.11407.1674
Yxy38.11400.43780.4732
Hunter Lab61.7365-6.092836.3322
CIE-Lab68.1046-3.254164.2539

#bfa524 color RGB value is (191,165,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 00100100
Octal 277 245 44
Decimal 191 165 36
Hex BF A5 24

RGB Percentages of Color #bfa524

%48.72
%42.09
%9.18

CMYK Percentages of Color #bfa524

%0
%14
%81
%25

Triadic Colors of #bfa524

#bfa524 #24bfa5 #a524bf

Analogous Colors of #bfa524

#bfa524 #8cbf24 #bf5824

Monochromatic Colors of #bfa524

#bfa524

Complementary Color

#bfa524 #243ebf

#bfa524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa524 Color CSS Codes

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

#bfa524 Text Font Color

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

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


#bfa524 Background Color

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

This div background color is #bfa524


#bfa524 Border Color

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

This div border color is #bfa524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa524


Comments

No comments written yet.

Please login to write comment.