Color Hex Logo

#bfd111 Color Hex

#BFD111
(191,209,17)
0 Favorites   0 Comments

Color spaces of #bfd111

RGB 19120917
HSL0.180.850.44
HSV66°92°82°
CMYK 0.090.000.92   0.18
XYZ44.387556.71789.1385
Yxy56.71780.40260.5145
Hunter Lab75.3112-26.588945.5234
CIE-Lab80.0206-25.960277.9869

#bfd111 color RGB value is (191,209,17).

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

The process color (four color CMYK) of #bfd111 color hex is 0.09, 0.00, 0.92, 0.18. Web safe color of #bfd111 is #cccc00. Color #bfd111 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00010001
Octal 277 321 21
Decimal 191 209 17
Hex BF D1 11

RGB Percentages of Color #bfd111

%45.80
%50.12
%4.08

CMYK Percentages of Color #bfd111

%9
%0
%92
%18

Triadic Colors of #bfd111

#bfd111 #11bfd1 #d111bf

Analogous Colors of #bfd111

#bfd111 #5fd111 #d18311

Monochromatic Colors of #bfd111

#bfd111

Complementary Color

#bfd111 #2311d1

#bfd111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd111 Color CSS Codes

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

#bfd111 Text Font Color

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

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


#bfd111 Background Color

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

This div background color is #bfd111


#bfd111 Border Color

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

This div border color is #bfd111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd111


Comments

No comments written yet.

Please login to write comment.