Color Hex Logo

#bfd30a Color Hex

#BFD30A
(191,211,10)
0 Favorites   0 Comments

Color spaces of #bfd30a

RGB 19121110
HSL0.180.910.43
HSV66°95°83°
CMYK 0.090.000.95   0.17
XYZ44.834957.68689.0588
Yxy57.68680.40180.5170
Hunter Lab75.9518-27.545946.0947
CIE-Lab80.5643-27.004979.1797

#bfd30a color RGB value is (191,211,10).

#bfd30a hex color red value is 191, green value is 211 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bfd30a hue: 0.18 , saturation: 0.91 and the lightness value of bfd30a is 0.43.

The process color (four color CMYK) of #bfd30a color hex is 0.09, 0.00, 0.95, 0.17. Web safe color of #bfd30a is #cccc00. Color #bfd30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 00001010
Octal 277 323 12
Decimal 191 211 10
Hex BF D3 A

RGB Percentages of Color #bfd30a

%46.36
%51.21
%2.43

CMYK Percentages of Color #bfd30a

%9
%0
%95
%17

Triadic Colors of #bfd30a

#bfd30a #0abfd3 #d30abf

Analogous Colors of #bfd30a

#bfd30a #5bd30a #d3830a

Monochromatic Colors of #bfd30a

#bfd30a

Complementary Color

#bfd30a #1e0ad3

#bfd30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd30a Color CSS Codes

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

#bfd30a Text Font Color

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

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


#bfd30a Background Color

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

This div background color is #bfd30a


#bfd30a Border Color

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

This div border color is #bfd30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd30a


Comments

No comments written yet.

Please login to write comment.