Color Hex Logo

#bfaf1c Color Hex

#BFAF1C
(191,175,28)
0 Favorites   0 Comments

Color spaces of #bfaf1c

RGB 19117528
HSL0.150.740.43
HSV54°85°75°
CMYK 0.000.080.85   0.25
XYZ37.025441.82027.2193
Yxy41.82020.43020.4859
Hunter Lab64.6685-10.971338.6491
CIE-Lab70.7468-8.742468.6150

#bfaf1c color RGB value is (191,175,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 00011100
Octal 277 257 34
Decimal 191 175 28
Hex BF AF 1C

RGB Percentages of Color #bfaf1c

%48.48
%44.42
%7.11

CMYK Percentages of Color #bfaf1c

%0
%8
%85
%25

Triadic Colors of #bfaf1c

#bfaf1c #1cbfaf #af1cbf

Analogous Colors of #bfaf1c

#bfaf1c #7ebf1c #bf5e1c

Monochromatic Colors of #bfaf1c

#bfaf1c

Complementary Color

#bfaf1c #1c2cbf

#bfaf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf1c Color CSS Codes

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

#bfaf1c Text Font Color

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

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


#bfaf1c Background Color

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

This div background color is #bfaf1c


#bfaf1c Border Color

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

This div border color is #bfaf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf1c


Comments

No comments written yet.

Please login to write comment.