Color Hex Logo

#bfd151 Color Hex

#BFD151
(191,209,81)
0 Favorites   0 Comments

Color spaces of #bfd151

RGB 19120981
HSL0.190.580.57
HSV68°61°82°
CMYK 0.090.000.61   0.18
XYZ45.771557.271416.4266
Yxy57.27140.38310.4794
Hunter Lab75.6779-24.475940.1051
CIE-Lab80.3320-23.311859.6200

#bfd151 color RGB value is (191,209,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 01010001
Octal 277 321 121
Decimal 191 209 81
Hex BF D1 51

RGB Percentages of Color #bfd151

%39.71
%43.45
%16.84

CMYK Percentages of Color #bfd151

%9
%0
%61
%18

Triadic Colors of #bfd151

#bfd151 #51bfd1 #d151bf

Analogous Colors of #bfd151

#bfd151 #7fd151 #d1a351

Monochromatic Colors of #bfd151

#bfd151

Complementary Color

#bfd151 #6351d1

#bfd151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd151 Color CSS Codes

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

#bfd151 Text Font Color

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

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


#bfd151 Background Color

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

This div background color is #bfd151


#bfd151 Border Color

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

This div border color is #bfd151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd151


Comments

No comments written yet.

Please login to write comment.