Color Hex Logo

#bfbc42 Color Hex

#BFBC42
(191,188,66)
0 Favorites   0 Comments

Color spaces of #bfbc42

RGB 19118866
HSL0.160.490.50
HSV59°65°75°
CMYK 0.000.020.65   0.25
XYZ40.452447.436212.1783
Yxy47.43620.40430.4740
Hunter Lab68.8739-15.689337.7281
CIE-Lab74.4679-13.846259.6172

#bfbc42 color RGB value is (191,188,66).

#bfbc42 hex color red value is 191, green value is 188 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bfbc42 hue: 0.16 , saturation: 0.49 and the lightness value of bfbc42 is 0.50.

The process color (four color CMYK) of #bfbc42 color hex is 0.00, 0.02, 0.65, 0.25. Web safe color of #bfbc42 is #cccc33. Color #bfbc42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01000010
Octal 277 274 102
Decimal 191 188 66
Hex BF BC 42

RGB Percentages of Color #bfbc42

%42.92
%42.25
%14.83

CMYK Percentages of Color #bfbc42

%0
%2
%65
%25

Triadic Colors of #bfbc42

#bfbc42 #42bfbc #bc42bf

Analogous Colors of #bfbc42

#bfbc42 #84bf42 #bf7e42

Monochromatic Colors of #bfbc42

#bfbc42

Complementary Color

#bfbc42 #4245bf

#bfbc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc42 Color CSS Codes

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

#bfbc42 Text Font Color

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

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


#bfbc42 Background Color

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

This div background color is #bfbc42


#bfbc42 Border Color

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

This div border color is #bfbc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc42


Comments

No comments written yet.

Please login to write comment.