Color Hex Logo

#bfc664 Color Hex

#BFC664
(191,198,100)
0 Favorites   0 Comments

Color spaces of #bfc664

RGB 191198100
HSL0.180.460.58
HSV64°49°78°
CMYK 0.040.000.49   0.22
XYZ43.980252.384619.8498
Yxy52.38460.37840.4508
Hunter Lab72.3772-18.194134.4035
CIE-Lab77.5102-16.329947.8205

#bfc664 color RGB value is (191,198,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 01100100
Octal 277 306 144
Decimal 191 198 100
Hex BF C6 64

RGB Percentages of Color #bfc664

%39.06
%40.49
%20.45

CMYK Percentages of Color #bfc664

%4
%0
%49
%22

Triadic Colors of #bfc664

#bfc664 #64bfc6 #c664bf

Analogous Colors of #bfc664

#bfc664 #8ec664 #c69c64

Monochromatic Colors of #bfc664

#bfc664

Complementary Color

#bfc664 #6b64c6

#bfc664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc664 Color CSS Codes

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

#bfc664 Text Font Color

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

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


#bfc664 Background Color

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

This div background color is #bfc664


#bfc664 Border Color

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

This div border color is #bfc664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc664


Comments

No comments written yet.

Please login to write comment.