Color Hex Logo

#bfd84a Color Hex

#BFD84A
(191,216,74)
0 Favorites   0 Comments

Color spaces of #bfd84a

RGB 19121674
HSL0.200.650.57
HSV71°66°85°
CMYK 0.120.000.66   0.15
XYZ47.277860.682515.6997
Yxy60.68250.38230.4907
Hunter Lab77.8990-27.989542.5800
CIE-Lab82.2078-27.144164.4483

#bfd84a color RGB value is (191,216,74).

#bfd84a hex color red value is 191, green value is 216 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bfd84a hue: 0.20 , saturation: 0.65 and the lightness value of bfd84a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 01001010
Octal 277 330 112
Decimal 191 216 74
Hex BF D8 4A

RGB Percentages of Color #bfd84a

%39.71
%44.91
%15.38

CMYK Percentages of Color #bfd84a

%12
%0
%66
%15

Triadic Colors of #bfd84a

#bfd84a #4abfd8 #d84abf

Analogous Colors of #bfd84a

#bfd84a #78d84a #d8aa4a

Monochromatic Colors of #bfd84a

#bfd84a

Complementary Color

#bfd84a #634ad8

#bfd84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd84a Color CSS Codes

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

#bfd84a Text Font Color

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

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


#bfd84a Background Color

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

This div background color is #bfd84a


#bfd84a Border Color

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

This div border color is #bfd84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd84a


Comments

No comments written yet.

Please login to write comment.