Color Hex Logo

#bfd16a Color Hex

#BFD16A
(191,209,106)
0 Favorites   0 Comments

Color spaces of #bfd16a

RGB 191209106
HSL0.200.530.62
HSV70°49°82°
CMYK 0.090.000.49   0.18
XYZ46.887857.717922.3051
Yxy57.71790.36950.4548
Hunter Lab75.9723-22.786735.7734
CIE-Lab80.5817-21.227648.6208

#bfd16a color RGB value is (191,209,106).

#bfd16a hex color red value is 191, green value is 209 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bfd16a hue: 0.20 , saturation: 0.53 and the lightness value of bfd16a is 0.62.

The process color (four color CMYK) of #bfd16a color hex is 0.09, 0.00, 0.49, 0.18. Web safe color of #bfd16a is #cccc66. Color #bfd16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 01101010
Octal 277 321 152
Decimal 191 209 106
Hex BF D1 6A

RGB Percentages of Color #bfd16a

%37.75
%41.30
%20.95

CMYK Percentages of Color #bfd16a

%9
%0
%49
%18

Triadic Colors of #bfd16a

#bfd16a #6abfd1 #d16abf

Analogous Colors of #bfd16a

#bfd16a #8cd16a #d1b06a

Monochromatic Colors of #bfd16a

#bfd16a

Complementary Color

#bfd16a #7c6ad1

#bfd16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd16a Color CSS Codes

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

#bfd16a Text Font Color

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

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


#bfd16a Background Color

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

This div background color is #bfd16a


#bfd16a Border Color

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

This div border color is #bfd16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd16a


Comments

No comments written yet.

Please login to write comment.