Color Hex Logo

#bfd046 Color Hex

#BFD046
(191,208,70)
0 Favorites   0 Comments

Color spaces of #bfd046

RGB 19120870
HSL0.190.590.55
HSV67°66°82°
CMYK 0.080.000.66   0.18
XYZ45.147256.630314.3456
Yxy56.63030.38880.4877
Hunter Lab75.2531-24.604041.3746
CIE-Lab79.9712-23.546763.6984

#bfd046 color RGB value is (191,208,70).

#bfd046 hex color red value is 191, green value is 208 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bfd046 hue: 0.19 , saturation: 0.59 and the lightness value of bfd046 is 0.55.

The process color (four color CMYK) of #bfd046 color hex is 0.08, 0.00, 0.66, 0.18. Web safe color of #bfd046 is #cccc33. Color #bfd046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01000110
Octal 277 320 106
Decimal 191 208 70
Hex BF D0 46

RGB Percentages of Color #bfd046

%40.72
%44.35
%14.93

CMYK Percentages of Color #bfd046

%8
%0
%66
%18

Triadic Colors of #bfd046

#bfd046 #46bfd0 #d046bf

Analogous Colors of #bfd046

#bfd046 #7ad046 #d09c46

Monochromatic Colors of #bfd046

#bfd046

Complementary Color

#bfd046 #5746d0

#bfd046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd046 Color CSS Codes

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

#bfd046 Text Font Color

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

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


#bfd046 Background Color

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

This div background color is #bfd046


#bfd046 Border Color

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

This div border color is #bfd046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd046


Comments

No comments written yet.

Please login to write comment.