Color Hex Logo

#bfda4d Color Hex

#BFDA4D
(191,218,77)
0 Favorites   0 Comments

Color spaces of #bfda4d

RGB 19121877
HSL0.200.660.58
HSV71°65°85°
CMYK 0.120.000.65   0.15
XYZ47.896861.755016.4167
Yxy61.75500.37990.4899
Hunter Lab78.5843-28.727742.6230
CIE-Lab82.7830-27.902063.8672

#bfda4d color RGB value is (191,218,77).

#bfda4d hex color red value is 191, green value is 218 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfda4d hue: 0.20 , saturation: 0.66 and the lightness value of bfda4d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 01001101
Octal 277 332 115
Decimal 191 218 77
Hex BF DA 4D

RGB Percentages of Color #bfda4d

%39.30
%44.86
%15.84

CMYK Percentages of Color #bfda4d

%12
%0
%65
%15

Triadic Colors of #bfda4d

#bfda4d #4dbfda #da4dbf

Analogous Colors of #bfda4d

#bfda4d #79da4d #daaf4d

Monochromatic Colors of #bfda4d

#bfda4d

Complementary Color

#bfda4d #684dda

#bfda4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda4d Color CSS Codes

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

#bfda4d Text Font Color

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

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


#bfda4d Background Color

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

This div background color is #bfda4d


#bfda4d Border Color

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

This div border color is #bfda4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda4d


Comments

No comments written yet.

Please login to write comment.