Color Hex Logo

#bfd57f Color Hex

#BFD57F
(191,213,127)
0 Favorites   0 Comments

Color spaces of #bfd57f

RGB 191213127
HSL0.210.510.67
HSV75°40°84°
CMYK 0.100.000.40   0.16
XYZ49.110960.197229.1095
Yxy60.19720.35480.4349
Hunter Lab77.5869-22.790132.0660
CIE-Lab81.9453-20.957340.0299

#bfd57f color RGB value is (191,213,127).

#bfd57f hex color red value is 191, green value is 213 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfd57f hue: 0.21 , saturation: 0.51 and the lightness value of bfd57f is 0.67.

The process color (four color CMYK) of #bfd57f color hex is 0.10, 0.00, 0.40, 0.16. Web safe color of #bfd57f is #cccc66. Color #bfd57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 01111111
Octal 277 325 177
Decimal 191 213 127
Hex BF D5 7F

RGB Percentages of Color #bfd57f

%35.97
%40.11
%23.92

CMYK Percentages of Color #bfd57f

%10
%0
%40
%16

Triadic Colors of #bfd57f

#bfd57f #7fbfd5 #d57fbf

Analogous Colors of #bfd57f

#bfd57f #94d57f #d5c07f

Monochromatic Colors of #bfd57f

#bfd57f

Complementary Color

#bfd57f #957fd5

#bfd57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd57f Color CSS Codes

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

#bfd57f Text Font Color

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

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


#bfd57f Background Color

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

This div background color is #bfd57f


#bfd57f Border Color

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

This div border color is #bfd57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd57f


Comments

No comments written yet.

Please login to write comment.