Color Hex Logo

#bfd11d Color Hex

#BFD11D
(191,209,29)
0 Favorites   0 Comments

Color spaces of #bfd11d

RGB 19120929
HSL0.180.760.47
HSV66°86°82°
CMYK 0.090.000.86   0.18
XYZ44.508156.76609.7735
Yxy56.76600.40080.5112
Hunter Lab75.3432-26.403945.0492
CIE-Lab80.0478-25.726476.0508

#bfd11d color RGB value is (191,209,29).

#bfd11d hex color red value is 191, green value is 209 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfd11d hue: 0.18 , saturation: 0.76 and the lightness value of bfd11d is 0.47.

The process color (four color CMYK) of #bfd11d color hex is 0.09, 0.00, 0.86, 0.18. Web safe color of #bfd11d is #cccc33. Color #bfd11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00011101
Octal 277 321 35
Decimal 191 209 29
Hex BF D1 1D

RGB Percentages of Color #bfd11d

%44.52
%48.72
%6.76

CMYK Percentages of Color #bfd11d

%9
%0
%86
%18

Triadic Colors of #bfd11d

#bfd11d #1dbfd1 #d11dbf

Analogous Colors of #bfd11d

#bfd11d #65d11d #d1891d

Monochromatic Colors of #bfd11d

#bfd11d

Complementary Color

#bfd11d #2f1dd1

#bfd11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd11d Color CSS Codes

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

#bfd11d Text Font Color

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

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


#bfd11d Background Color

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

This div background color is #bfd11d


#bfd11d Border Color

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

This div border color is #bfd11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd11d


Comments

No comments written yet.

Please login to write comment.