Color Hex Logo

#bfd05e Color Hex

#BFD05E
(191,208,94)
0 Favorites   0 Comments

Color spaces of #bfd05e

RGB 19120894
HSL0.190.550.59
HSV69°55°82°
CMYK 0.080.000.55   0.18
XYZ46.062156.996319.1633
Yxy56.99630.37690.4663
Hunter Lab75.4959-23.210137.7974
CIE-Lab80.1775-21.818353.7419

#bfd05e color RGB value is (191,208,94).

#bfd05e hex color red value is 191, green value is 208 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bfd05e hue: 0.19 , saturation: 0.55 and the lightness value of bfd05e is 0.59.

The process color (four color CMYK) of #bfd05e color hex is 0.08, 0.00, 0.55, 0.18. Web safe color of #bfd05e is #cccc66. Color #bfd05e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01011110
Octal 277 320 136
Decimal 191 208 94
Hex BF D0 5E

RGB Percentages of Color #bfd05e

%38.74
%42.19
%19.07

CMYK Percentages of Color #bfd05e

%8
%0
%55
%18

Triadic Colors of #bfd05e

#bfd05e #5ebfd0 #d05ebf

Analogous Colors of #bfd05e

#bfd05e #86d05e #d0a85e

Monochromatic Colors of #bfd05e

#bfd05e

Complementary Color

#bfd05e #6f5ed0

#bfd05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd05e Color CSS Codes

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

#bfd05e Text Font Color

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

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


#bfd05e Background Color

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

This div background color is #bfd05e


#bfd05e Border Color

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

This div border color is #bfd05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd05e


Comments

No comments written yet.

Please login to write comment.