Color Hex Logo

#bfd84c Color Hex

#BFD84C
(191,216,76)
0 Favorites   0 Comments

Color spaces of #bfd84c

RGB 19121676
HSL0.200.640.57
HSV71°65°85°
CMYK 0.120.000.65   0.15
XYZ47.346260.709916.0602
Yxy60.70990.38150.4891
Hunter Lab77.9166-27.888042.3207
CIE-Lab82.2225-27.016963.6771

#bfd84c color RGB value is (191,216,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 01001100
Octal 277 330 114
Decimal 191 216 76
Hex BF D8 4C

RGB Percentages of Color #bfd84c

%39.54
%44.72
%15.73

CMYK Percentages of Color #bfd84c

%12
%0
%65
%15

Triadic Colors of #bfd84c

#bfd84c #4cbfd8 #d84cbf

Analogous Colors of #bfd84c

#bfd84c #79d84c #d8ab4c

Monochromatic Colors of #bfd84c

#bfd84c

Complementary Color

#bfd84c #654cd8

#bfd84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd84c Color CSS Codes

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

#bfd84c Text Font Color

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

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


#bfd84c Background Color

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

This div background color is #bfd84c


#bfd84c Border Color

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

This div border color is #bfd84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd84c


Comments

No comments written yet.

Please login to write comment.