Color Hex Logo

#bfd62a Color Hex

#BFD62A
(191,214,42)
0 Favorites   0 Comments

Color spaces of #bfd62a

RGB 19121442
HSL0.190.680.50
HSV68°80°84°
CMYK 0.110.000.80   0.16
XYZ45.950359.336711.2218
Yxy59.33670.39440.5093
Hunter Lab77.0303-28.323845.2838
CIE-Lab81.4763-27.734674.2926

#bfd62a color RGB value is (191,214,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00101010
Octal 277 326 52
Decimal 191 214 42
Hex BF D6 2A

RGB Percentages of Color #bfd62a

%42.73
%47.87
%9.40

CMYK Percentages of Color #bfd62a

%11
%0
%80
%16

Triadic Colors of #bfd62a

#bfd62a #2abfd6 #d62abf

Analogous Colors of #bfd62a

#bfd62a #69d62a #d6972a

Monochromatic Colors of #bfd62a

#bfd62a

Complementary Color

#bfd62a #412ad6

#bfd62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd62a Color CSS Codes

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

#bfd62a Text Font Color

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

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


#bfd62a Background Color

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

This div background color is #bfd62a


#bfd62a Border Color

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

This div border color is #bfd62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd62a


Comments

No comments written yet.

Please login to write comment.