Color Hex Logo

#bfd93f Color Hex

#BFD93F
(191,217,63)
0 Favorites   0 Comments

Color spaces of #bfd93f

RGB 19121763
HSL0.190.670.55
HSV70°71°85°
CMYK 0.120.000.71   0.15
XYZ47.195961.061014.0011
Yxy61.06100.38600.4994
Hunter Lab78.1415-28.937344.0757
CIE-Lab82.4115-28.251368.7271

#bfd93f color RGB value is (191,217,63).

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

The process color (four color CMYK) of #bfd93f color hex is 0.12, 0.00, 0.71, 0.15. Web safe color of #bfd93f is #cccc33. Color #bfd93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 00111111
Octal 277 331 77
Decimal 191 217 63
Hex BF D9 3F

RGB Percentages of Color #bfd93f

%40.55
%46.07
%13.38

CMYK Percentages of Color #bfd93f

%12
%0
%71
%15

Triadic Colors of #bfd93f

#bfd93f #3fbfd9 #d93fbf

Analogous Colors of #bfd93f

#bfd93f #72d93f #d9a63f

Monochromatic Colors of #bfd93f

#bfd93f

Complementary Color

#bfd93f #593fd9

#bfd93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd93f Color CSS Codes

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

#bfd93f Text Font Color

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

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


#bfd93f Background Color

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

This div background color is #bfd93f


#bfd93f Border Color

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

This div border color is #bfd93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd93f


Comments

No comments written yet.

Please login to write comment.