Color Hex Logo

#bfc64d Color Hex

#BFC64D
(191,198,77)
0 Favorites   0 Comments

Color spaces of #bfc64d

RGB 19119877
HSL0.180.510.54
HSV63°61°78°
CMYK 0.040.000.61   0.22
XYZ43.019552.000414.7909
Yxy52.00040.39180.4735
Hunter Lab72.1113-19.706938.3168
CIE-Lab77.2811-18.178758.0180

#bfc64d color RGB value is (191,198,77).

#bfc64d hex color red value is 191, green value is 198 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfc64d hue: 0.18 , saturation: 0.51 and the lightness value of bfc64d is 0.54.

The process color (four color CMYK) of #bfc64d color hex is 0.04, 0.00, 0.61, 0.22. Web safe color of #bfc64d is #cccc66. Color #bfc64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 01001101
Octal 277 306 115
Decimal 191 198 77
Hex BF C6 4D

RGB Percentages of Color #bfc64d

%40.99
%42.49
%16.52

CMYK Percentages of Color #bfc64d

%4
%0
%61
%22

Triadic Colors of #bfc64d

#bfc64d #4dbfc6 #c64dbf

Analogous Colors of #bfc64d

#bfc64d #83c64d #c6914d

Monochromatic Colors of #bfc64d

#bfc64d

Complementary Color

#bfc64d #544dc6

#bfc64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc64d Color CSS Codes

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

#bfc64d Text Font Color

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

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


#bfc64d Background Color

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

This div background color is #bfc64d


#bfc64d Border Color

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

This div border color is #bfc64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc64d


Comments

No comments written yet.

Please login to write comment.