Color Hex Logo

#bfd64b Color Hex

#BFD64B
(191,214,75)
0 Favorites   0 Comments

Color spaces of #bfd64b

RGB 19121475
HSL0.190.630.57
HSV70°65°84°
CMYK 0.110.000.65   0.16
XYZ46.802459.677515.7088
Yxy59.67750.38300.4884
Hunter Lab77.2512-27.046042.0194
CIE-Lab81.6626-26.126663.4881

#bfd64b color RGB value is (191,214,75).

#bfd64b hex color red value is 191, green value is 214 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bfd64b hue: 0.19 , saturation: 0.63 and the lightness value of bfd64b is 0.57.

The process color (four color CMYK) of #bfd64b color hex is 0.11, 0.00, 0.65, 0.16. Web safe color of #bfd64b is #cccc33. Color #bfd64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 01001011
Octal 277 326 113
Decimal 191 214 75
Hex BF D6 4B

RGB Percentages of Color #bfd64b

%39.79
%44.58
%15.63

CMYK Percentages of Color #bfd64b

%11
%0
%65
%16

Triadic Colors of #bfd64b

#bfd64b #4bbfd6 #d64bbf

Analogous Colors of #bfd64b

#bfd64b #7ad64b #d6a84b

Monochromatic Colors of #bfd64b

#bfd64b

Complementary Color

#bfd64b #624bd6

#bfd64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd64b Color CSS Codes

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

#bfd64b Text Font Color

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

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


#bfd64b Background Color

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

This div background color is #bfd64b


#bfd64b Border Color

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

This div border color is #bfd64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd64b


Comments

No comments written yet.

Please login to write comment.