Color Hex Logo

#bfd51c Color Hex

#BFD51C
(191,213,28)
0 Favorites   0 Comments

Color spaces of #bfd51c

RGB 19121328
HSL0.190.770.47
HSV67°87°84°
CMYK 0.100.000.87   0.16
XYZ45.489758.748710.0407
Yxy58.74870.39810.5141
Hunter Lab76.6477-28.195445.8865
CIE-Lab81.1533-27.657777.1480

#bfd51c color RGB value is (191,213,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 00011100
Octal 277 325 34
Decimal 191 213 28
Hex BF D5 1C

RGB Percentages of Color #bfd51c

%44.21
%49.31
%6.48

CMYK Percentages of Color #bfd51c

%10
%0
%87
%16

Triadic Colors of #bfd51c

#bfd51c #1cbfd5 #d51cbf

Analogous Colors of #bfd51c

#bfd51c #63d51c #d58f1c

Monochromatic Colors of #bfd51c

#bfd51c

Complementary Color

#bfd51c #321cd5

#bfd51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd51c Color CSS Codes

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

#bfd51c Text Font Color

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

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


#bfd51c Background Color

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

This div background color is #bfd51c


#bfd51c Border Color

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

This div border color is #bfd51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd51c


Comments

No comments written yet.

Please login to write comment.