Color Hex Logo

#bfc373 Color Hex

#BFC373
(191,195,115)
0 Favorites   0 Comments

Color spaces of #bfc373

RGB 191195115
HSL0.180.400.61
HSV63°41°76°
CMYK 0.020.000.41   0.24
XYZ44.095551.344423.8060
Yxy51.34440.36980.4306
Hunter Lab71.6550-15.549830.4605
CIE-Lab76.8872-13.306539.6637

#bfc373 color RGB value is (191,195,115).

#bfc373 hex color red value is 191, green value is 195 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bfc373 hue: 0.18 , saturation: 0.40 and the lightness value of bfc373 is 0.61.

The process color (four color CMYK) of #bfc373 color hex is 0.02, 0.00, 0.41, 0.24. Web safe color of #bfc373 is #cccc66. Color #bfc373 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01110011
Octal 277 303 163
Decimal 191 195 115
Hex BF C3 73

RGB Percentages of Color #bfc373

%38.12
%38.92
%22.95

CMYK Percentages of Color #bfc373

%2
%0
%41
%24

Triadic Colors of #bfc373

#bfc373 #73bfc3 #c373bf

Analogous Colors of #bfc373

#bfc373 #97c373 #c39f73

Monochromatic Colors of #bfc373

#bfc373

Complementary Color

#bfc373 #7773c3

#bfc373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc373 Color CSS Codes

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

#bfc373 Text Font Color

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

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


#bfc373 Background Color

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

This div background color is #bfc373


#bfc373 Border Color

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

This div border color is #bfc373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc373


Comments

No comments written yet.

Please login to write comment.