Color Hex Logo

#bfd13b Color Hex

#BFD13B
(191,209,59)
0 Favorites   0 Comments

Color spaces of #bfd13b

RGB 19120959
HSL0.190.620.53
HSV67°72°82°
CMYK 0.090.000.72   0.18
XYZ45.075756.993112.7627
Yxy56.99310.39250.4963
Hunter Lab75.4938-25.535642.8223
CIE-Lab80.1757-24.634267.9409

#bfd13b color RGB value is (191,209,59).

#bfd13b hex color red value is 191, green value is 209 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfd13b hue: 0.19 , saturation: 0.62 and the lightness value of bfd13b is 0.53.

The process color (four color CMYK) of #bfd13b color hex is 0.09, 0.00, 0.72, 0.18. Web safe color of #bfd13b is #cccc33. Color #bfd13b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00111011
Octal 277 321 73
Decimal 191 209 59
Hex BF D1 3B

RGB Percentages of Color #bfd13b

%41.61
%45.53
%12.85

CMYK Percentages of Color #bfd13b

%9
%0
%72
%18

Triadic Colors of #bfd13b

#bfd13b #3bbfd1 #d13bbf

Analogous Colors of #bfd13b

#bfd13b #74d13b #d1983b

Monochromatic Colors of #bfd13b

#bfd13b

Complementary Color

#bfd13b #4d3bd1

#bfd13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd13b Color CSS Codes

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

#bfd13b Text Font Color

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

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


#bfd13b Background Color

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

This div background color is #bfd13b


#bfd13b Border Color

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

This div border color is #bfd13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd13b


Comments

No comments written yet.

Please login to write comment.