Color Hex Logo

#bfd65a Color Hex

#BFD65A
(191,214,90)
0 Favorites   0 Comments

Color spaces of #bfd65a

RGB 19121490
HSL0.200.600.60
HSV71°58°84°
CMYK 0.110.000.58   0.16
XYZ47.377959.907718.7391
Yxy59.90770.37590.4754
Hunter Lab77.4001-26.187239.8255
CIE-Lab81.7880-25.055457.3518

#bfd65a color RGB value is (191,214,90).

#bfd65a hex color red value is 191, green value is 214 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bfd65a hue: 0.20 , saturation: 0.60 and the lightness value of bfd65a is 0.60.

The process color (four color CMYK) of #bfd65a color hex is 0.11, 0.00, 0.58, 0.16. Web safe color of #bfd65a is #cccc66. Color #bfd65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 01011010
Octal 277 326 132
Decimal 191 214 90
Hex BF D6 5A

RGB Percentages of Color #bfd65a

%38.59
%43.23
%18.18

CMYK Percentages of Color #bfd65a

%11
%0
%58
%16

Triadic Colors of #bfd65a

#bfd65a #5abfd6 #d65abf

Analogous Colors of #bfd65a

#bfd65a #81d65a #d6af5a

Monochromatic Colors of #bfd65a

#bfd65a

Complementary Color

#bfd65a #715ad6

#bfd65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd65a Color CSS Codes

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

#bfd65a Text Font Color

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

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


#bfd65a Background Color

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

This div background color is #bfd65a


#bfd65a Border Color

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

This div border color is #bfd65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd65a


Comments

No comments written yet.

Please login to write comment.