Color Hex Logo

#bfd15f Color Hex

#BFD15F
(191,209,95)
0 Favorites   0 Comments

Color spaces of #bfd15f

RGB 19120995
HSL0.190.550.60
HSV69°55°82°
CMYK 0.090.000.55   0.18
XYZ46.351957.503519.4828
Yxy57.50350.37580.4662
Hunter Lab75.8311-23.595837.8487
CIE-Lab80.4620-22.222453.6129

#bfd15f color RGB value is (191,209,95).

#bfd15f hex color red value is 191, green value is 209 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bfd15f hue: 0.19 , saturation: 0.55 and the lightness value of bfd15f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 01011111
Octal 277 321 137
Decimal 191 209 95
Hex BF D1 5F

RGB Percentages of Color #bfd15f

%38.59
%42.22
%19.19

CMYK Percentages of Color #bfd15f

%9
%0
%55
%18

Triadic Colors of #bfd15f

#bfd15f #5fbfd1 #d15fbf

Analogous Colors of #bfd15f

#bfd15f #86d15f #d1aa5f

Monochromatic Colors of #bfd15f

#bfd15f

Complementary Color

#bfd15f #715fd1

#bfd15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd15f Color CSS Codes

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

#bfd15f Text Font Color

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

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


#bfd15f Background Color

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

This div background color is #bfd15f


#bfd15f Border Color

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

This div border color is #bfd15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd15f


Comments

No comments written yet.

Please login to write comment.