Color Hex Logo

#bfd219 Color Hex

#BFD219
(191,210,25)
0 Favorites   0 Comments

Color spaces of #bfd219

RGB 19121025
HSL0.180.790.46
HSV66°88°82°
CMYK 0.090.000.88   0.18
XYZ44.707957.23979.6117
Yxy57.23970.40080.5131
Hunter Lab75.6569-26.918745.4275
CIE-Lab80.3142-26.294777.0071

#bfd219 color RGB value is (191,210,25).

#bfd219 hex color red value is 191, green value is 210 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bfd219 hue: 0.18 , saturation: 0.79 and the lightness value of bfd219 is 0.46.

The process color (four color CMYK) of #bfd219 color hex is 0.09, 0.00, 0.88, 0.18. Web safe color of #bfd219 is #cccc00. Color #bfd219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 00011001
Octal 277 322 31
Decimal 191 210 25
Hex BF D2 19

RGB Percentages of Color #bfd219

%44.84
%49.30
%5.87

CMYK Percentages of Color #bfd219

%9
%0
%88
%18

Triadic Colors of #bfd219

#bfd219 #19bfd2 #d219bf

Analogous Colors of #bfd219

#bfd219 #63d219 #d28919

Monochromatic Colors of #bfd219

#bfd219

Complementary Color

#bfd219 #2c19d2

#bfd219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd219 Color CSS Codes

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

#bfd219 Text Font Color

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

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


#bfd219 Background Color

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

This div background color is #bfd219


#bfd219 Border Color

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

This div border color is #bfd219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd219


Comments

No comments written yet.

Please login to write comment.