Color Hex Logo

#bfd33b Color Hex

#BFD33B
(191,211,59)
0 Favorites   0 Comments

Color spaces of #bfd33b

RGB 19121159
HSL0.190.630.53
HSV68°72°83°
CMYK 0.090.000.72   0.17
XYZ45.569557.980712.9273
Yxy57.98070.39120.4978
Hunter Lab76.1451-26.429443.2358
CIE-Lab80.7281-25.596468.4742

#bfd33b color RGB value is (191,211,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 00111011
Octal 277 323 73
Decimal 191 211 59
Hex BF D3 3B

RGB Percentages of Color #bfd33b

%41.43
%45.77
%12.80

CMYK Percentages of Color #bfd33b

%9
%0
%72
%17

Triadic Colors of #bfd33b

#bfd33b #3bbfd3 #d33bbf

Analogous Colors of #bfd33b

#bfd33b #73d33b #d39b3b

Monochromatic Colors of #bfd33b

#bfd33b

Complementary Color

#bfd33b #4f3bd3

#bfd33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd33b Color CSS Codes

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

#bfd33b Text Font Color

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

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


#bfd33b Background Color

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

This div background color is #bfd33b


#bfd33b Border Color

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

This div border color is #bfd33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd33b


Comments

No comments written yet.

Please login to write comment.