Color Hex Logo

#bfaf39 Color Hex

#BFAF39
(191,175,57)
0 Favorites   0 Comments

Color spaces of #bfaf39

RGB 19117557
HSL0.150.540.49
HSV53°70°75°
CMYK 0.000.080.70   0.25
XYZ37.554342.031710.0045
Yxy42.03170.41920.4692
Hunter Lab64.8319-10.058436.2330
CIE-Lab70.8928-7.641159.5663

#bfaf39 color RGB value is (191,175,57).

#bfaf39 hex color red value is 191, green value is 175 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bfaf39 hue: 0.15 , saturation: 0.54 and the lightness value of bfaf39 is 0.49.

The process color (four color CMYK) of #bfaf39 color hex is 0.00, 0.08, 0.70, 0.25. Web safe color of #bfaf39 is #cc9933. Color #bfaf39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 00111001
Octal 277 257 71
Decimal 191 175 57
Hex BF AF 39

RGB Percentages of Color #bfaf39

%45.15
%41.37
%13.48

CMYK Percentages of Color #bfaf39

%0
%8
%70
%25

Triadic Colors of #bfaf39

#bfaf39 #39bfaf #af39bf

Analogous Colors of #bfaf39

#bfaf39 #8cbf39 #bf6c39

Monochromatic Colors of #bfaf39

#bfaf39

Complementary Color

#bfaf39 #3949bf

#bfaf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf39 Color CSS Codes

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

#bfaf39 Text Font Color

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

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


#bfaf39 Background Color

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

This div background color is #bfaf39


#bfaf39 Border Color

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

This div border color is #bfaf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf39


Comments

No comments written yet.

Please login to write comment.