color codes Logo

#bfd96f color codes

#BFD96F
(191,217,111)
0 Favorites   0 Comments

Color spaces of #bfd96f

RGB 191217111
HSL0.210.580.64
HSV75°49°85°
CMYK 0.120.000.49   0.15
XYZ49.168061.849824.3857
Yxy61.84980.36310.4568
Hunter Lab78.6446-26.031436.6669
CIE-Lab82.8335-24.630448.9458

#bfd96f color RGB value is (191,217,111).

#bfd96f hex color red value is 191, green value is 217 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bfd96f hue: 0.21 , saturation: 0.58 and the lightness value of bfd96f is 0.64.

The process color (four color CMYK) of #bfd96f color code is 0.12, 0.00, 0.49, 0.15. Web safe color of #bfd96f is #cccc66. Color #bfd96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 01101111
Octal 277 331 157
Decimal 191 217 111
Hex BF D9 6F

RGB Percentages of Color #bfd96f

%36.80
%41.81
%21.39

CMYK Percentages of Color #bfd96f

%12
%0
%49
%15

Triadic Colors of #bfd96f

#bfd96f #6fbfd9 #d96fbf

Analogous Colors of #bfd96f

#bfd96f #8ad96f #d9be6f

Monochromatic Colors of #bfd96f

#bfd96f

Complementary Color

#bfd96f #896fd9

#bfd96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd96f Color CSS Codes

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

#bfd96f Text Font Color

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

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


#bfd96f Background Color

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

This div background color is #bfd96f


#bfd96f Border Color

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

This div border color is #bfd96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd96f


Comments

No comments written yet.

Please login to write comment.