Color Hex Logo

#bfdb3f Color Hex

#BFDB3F
(191,219,63)
0 Favorites   0 Comments

Color spaces of #bfdb3f

RGB 19121963
HSL0.200.680.55
HSV71°71°86°
CMYK 0.130.000.71   0.14
XYZ47.714662.098314.1740
Yxy62.09830.38480.5008
Hunter Lab78.8025-29.823344.4974
CIE-Lab82.9657-29.194769.2687

#bfdb3f color RGB value is (191,219,63).

#bfdb3f hex color red value is 191, green value is 219 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bfdb3f hue: 0.20 , saturation: 0.68 and the lightness value of bfdb3f is 0.55.

The process color (four color CMYK) of #bfdb3f color hex is 0.13, 0.00, 0.71, 0.14. Web safe color of #bfdb3f is #cccc33. Color #bfdb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 00111111
Octal 277 333 77
Decimal 191 219 63
Hex BF DB 3F

RGB Percentages of Color #bfdb3f

%40.38
%46.30
%13.32

CMYK Percentages of Color #bfdb3f

%13
%0
%71
%14

Triadic Colors of #bfdb3f

#bfdb3f #3fbfdb #db3fbf

Analogous Colors of #bfdb3f

#bfdb3f #71db3f #dba93f

Monochromatic Colors of #bfdb3f

#bfdb3f

Complementary Color

#bfdb3f #5b3fdb

#bfdb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdb3f Color CSS Codes

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

#bfdb3f Text Font Color

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

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


#bfdb3f Background Color

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

This div background color is #bfdb3f


#bfdb3f Border Color

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

This div border color is #bfdb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdb3f


Comments

No comments written yet.

Please login to write comment.