Color Hex Logo

#bfc460 Color Hex

#BFC460
(191,196,96)
0 Favorites   0 Comments

Color spaces of #bfc460

RGB 19119696
HSL0.180.460.57
HSV63°51°77°
CMYK 0.030.000.51   0.23
XYZ43.337151.400718.7036
Yxy51.40070.38200.4531
Hunter Lab71.6943-17.567034.7184
CIE-Lab76.9211-15.684749.0309

#bfc460 color RGB value is (191,196,96).

#bfc460 hex color red value is 191, green value is 196 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bfc460 hue: 0.18 , saturation: 0.46 and the lightness value of bfc460 is 0.57.

The process color (four color CMYK) of #bfc460 color hex is 0.03, 0.00, 0.51, 0.23. Web safe color of #bfc460 is #cccc66. Color #bfc460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01100000
Octal 277 304 140
Decimal 191 196 96
Hex BF C4 60

RGB Percentages of Color #bfc460

%39.54
%40.58
%19.88

CMYK Percentages of Color #bfc460

%3
%0
%51
%23

Triadic Colors of #bfc460

#bfc460 #60bfc4 #c460bf

Analogous Colors of #bfc460

#bfc460 #8dc460 #c49760

Monochromatic Colors of #bfc460

#bfc460

Complementary Color

#bfc460 #6560c4

#bfc460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc460 Color CSS Codes

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

#bfc460 Text Font Color

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

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


#bfc460 Background Color

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

This div background color is #bfc460


#bfc460 Border Color

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

This div border color is #bfc460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc460


Comments

No comments written yet.

Please login to write comment.