Color Hex Logo

#bfd311 Color Hex

#BFD311
(191,211,17)
0 Favorites   0 Comments

Color spaces of #bfd311

RGB 19121117
HSL0.180.850.45
HSV66°92°83°
CMYK 0.090.000.92   0.17
XYZ44.881357.70549.3031
Yxy57.70540.40110.5157
Hunter Lab75.9641-27.475345.9138
CIE-Lab80.5747-26.915478.4196

#bfd311 color RGB value is (191,211,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 00010001
Octal 277 323 21
Decimal 191 211 17
Hex BF D3 11

RGB Percentages of Color #bfd311

%45.58
%50.36
%4.06

CMYK Percentages of Color #bfd311

%9
%0
%92
%17

Triadic Colors of #bfd311

#bfd311 #11bfd3 #d311bf

Analogous Colors of #bfd311

#bfd311 #5ed311 #d38611

Monochromatic Colors of #bfd311

#bfd311

Complementary Color

#bfd311 #2511d3

#bfd311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd311 Color CSS Codes

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

#bfd311 Text Font Color

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

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


#bfd311 Background Color

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

This div background color is #bfd311


#bfd311 Border Color

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

This div border color is #bfd311


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,211,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 #bfd311">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd311


Comments

No comments written yet.

Please login to write comment.