Color Hex Logo

#bfd61c Color Hex

#BFD61C
(191,214,28)
0 Favorites   0 Comments

Color spaces of #bfd61c

RGB 19121428
HSL0.190.770.47
HSV67°87°84°
CMYK 0.110.000.87   0.16
XYZ45.742059.253310.1248
Yxy59.25330.39730.5147
Hunter Lab76.9762-28.637246.0848
CIE-Lab81.4306-28.131577.3747

#bfd61c color RGB value is (191,214,28).

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

The process color (four color CMYK) of #bfd61c color hex is 0.11, 0.00, 0.87, 0.16. Web safe color of #bfd61c is #cccc33. Color #bfd61c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00011100
Octal 277 326 34
Decimal 191 214 28
Hex BF D6 1C

RGB Percentages of Color #bfd61c

%44.11
%49.42
%6.47

CMYK Percentages of Color #bfd61c

%11
%0
%87
%16

Triadic Colors of #bfd61c

#bfd61c #1cbfd6 #d61cbf

Analogous Colors of #bfd61c

#bfd61c #62d61c #d6901c

Monochromatic Colors of #bfd61c

#bfd61c

Complementary Color

#bfd61c #331cd6

#bfd61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd61c Color CSS Codes

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

#bfd61c Text Font Color

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

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


#bfd61c Background Color

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

This div background color is #bfd61c


#bfd61c Border Color

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

This div border color is #bfd61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd61c


Comments

No comments written yet.

Please login to write comment.