Color Hex Logo

#bfd112 Color Hex

#BFD112
(191,209,18)
0 Favorites   0 Comments

Color spaces of #bfd112

RGB 19120918
HSL0.180.840.45
HSV66°91°82°
CMYK 0.090.000.91   0.18
XYZ44.395556.72109.1806
Yxy56.72100.40250.5143
Hunter Lab75.3133-26.576745.4920
CIE-Lab80.0224-25.944777.8557

#bfd112 color RGB value is (191,209,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00010010
Octal 277 321 22
Decimal 191 209 18
Hex BF D1 12

RGB Percentages of Color #bfd112

%45.69
%50.00
%4.31

CMYK Percentages of Color #bfd112

%9
%0
%91
%18

Triadic Colors of #bfd112

#bfd112 #12bfd1 #d112bf

Analogous Colors of #bfd112

#bfd112 #5fd112 #d18412

Monochromatic Colors of #bfd112

#bfd112

Complementary Color

#bfd112 #2412d1

#bfd112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd112 Color CSS Codes

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

#bfd112 Text Font Color

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

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


#bfd112 Background Color

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

This div background color is #bfd112


#bfd112 Border Color

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

This div border color is #bfd112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd112


Comments

No comments written yet.

Please login to write comment.