Color Hex Logo

#bfd82e Color Hex

#BFD82E
(191,216,46)
0 Favorites   0 Comments

Color spaces of #bfd82e

RGB 19121646
HSL0.190.690.51
HSV69°79°85°
CMYK 0.120.000.79   0.15
XYZ46.534960.385411.7877
Yxy60.38540.39200.5087
Hunter Lab77.7080-29.095645.4018
CIE-Lab82.0472-28.538273.7264

#bfd82e color RGB value is (191,216,46).

#bfd82e hex color red value is 191, green value is 216 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bfd82e hue: 0.19 , saturation: 0.69 and the lightness value of bfd82e is 0.51.

The process color (four color CMYK) of #bfd82e color hex is 0.12, 0.00, 0.79, 0.15. Web safe color of #bfd82e is #cccc33. Color #bfd82e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 00101110
Octal 277 330 56
Decimal 191 216 46
Hex BF D8 2E

RGB Percentages of Color #bfd82e

%42.16
%47.68
%10.15

CMYK Percentages of Color #bfd82e

%12
%0
%79
%15

Triadic Colors of #bfd82e

#bfd82e #2ebfd8 #d82ebf

Analogous Colors of #bfd82e

#bfd82e #6ad82e #d89c2e

Monochromatic Colors of #bfd82e

#bfd82e

Complementary Color

#bfd82e #472ed8

#bfd82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd82e Color CSS Codes

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

#bfd82e Text Font Color

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

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


#bfd82e Background Color

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

This div background color is #bfd82e


#bfd82e Border Color

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

This div border color is #bfd82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd82e


Comments

No comments written yet.

Please login to write comment.