Color Hex Logo

#bfd05b Color Hex

#BFD05B
(191,208,91)
0 Favorites   0 Comments

Color spaces of #bfd05b

RGB 19120891
HSL0.190.550.59
HSV69°56°82°
CMYK 0.080.000.56   0.18
XYZ45.930156.943418.4679
Yxy56.94340.37850.4693
Hunter Lab75.4609-23.410438.3123
CIE-Lab80.1477-22.065555.0631

#bfd05b color RGB value is (191,208,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01011011
Octal 277 320 133
Decimal 191 208 91
Hex BF D0 5B

RGB Percentages of Color #bfd05b

%38.98
%42.45
%18.57

CMYK Percentages of Color #bfd05b

%8
%0
%56
%18

Triadic Colors of #bfd05b

#bfd05b #5bbfd0 #d05bbf

Analogous Colors of #bfd05b

#bfd05b #85d05b #d0a75b

Monochromatic Colors of #bfd05b

#bfd05b

Complementary Color

#bfd05b #6c5bd0

#bfd05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd05b Color CSS Codes

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

#bfd05b Text Font Color

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

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


#bfd05b Background Color

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

This div background color is #bfd05b


#bfd05b Border Color

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

This div border color is #bfd05b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,208,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 #bfd05b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd05b


Comments

No comments written yet.

Please login to write comment.