Color Hex Logo

#bfd60e Color Hex

#BFD60E
(191,214,14)
0 Favorites   0 Comments

Color spaces of #bfd60e

RGB 19121414
HSL0.190.880.45
HSV67°93°84°
CMYK 0.110.000.93   0.16
XYZ45.611759.20129.4385
Yxy59.20120.39920.5182
Hunter Lab76.9423-28.833646.5865
CIE-Lab81.4021-28.380879.4208

#bfd60e color RGB value is (191,214,14).

#bfd60e hex color red value is 191, green value is 214 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bfd60e hue: 0.19 , saturation: 0.88 and the lightness value of bfd60e is 0.45.

The process color (four color CMYK) of #bfd60e color hex is 0.11, 0.00, 0.93, 0.16. Web safe color of #bfd60e is #cccc00. Color #bfd60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00001110
Octal 277 326 16
Decimal 191 214 14
Hex BF D6 E

RGB Percentages of Color #bfd60e

%45.58
%51.07
%3.34

CMYK Percentages of Color #bfd60e

%11
%0
%93
%16

Triadic Colors of #bfd60e

#bfd60e #0ebfd6 #d60ebf

Analogous Colors of #bfd60e

#bfd60e #5bd60e #d6890e

Monochromatic Colors of #bfd60e

#bfd60e

Complementary Color

#bfd60e #250ed6

#bfd60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd60e Color CSS Codes

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

#bfd60e Text Font Color

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

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


#bfd60e Background Color

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

This div background color is #bfd60e


#bfd60e Border Color

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

This div border color is #bfd60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd60e


Comments

No comments written yet.

Please login to write comment.