Color Hex Logo

#bfd65b Color Hex

#BFD65B
(191,214,91)
0 Favorites   0 Comments

Color spaces of #bfd65b

RGB 19121491
HSL0.200.600.60
HSV71°57°84°
CMYK 0.110.000.57   0.16
XYZ47.420859.924818.9648
Yxy59.92480.37540.4744
Hunter Lab77.4111-26.123239.6624
CIE-Lab81.7973-24.975956.9230

#bfd65b color RGB value is (191,214,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 01011011
Octal 277 326 133
Decimal 191 214 91
Hex BF D6 5B

RGB Percentages of Color #bfd65b

%38.51
%43.15
%18.35

CMYK Percentages of Color #bfd65b

%11
%0
%57
%16

Triadic Colors of #bfd65b

#bfd65b #5bbfd6 #d65bbf

Analogous Colors of #bfd65b

#bfd65b #82d65b #d6b05b

Monochromatic Colors of #bfd65b

#bfd65b

Complementary Color

#bfd65b #725bd6

#bfd65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd65b Color CSS Codes

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

#bfd65b Text Font Color

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

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


#bfd65b Background Color

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

This div background color is #bfd65b


#bfd65b Border Color

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

This div border color is #bfd65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd65b


Comments

No comments written yet.

Please login to write comment.