Color Hex Logo

#bfdd2b Color Hex

#BFDD2B
(191,221,43)
0 Favorites   0 Comments

Color spaces of #bfdd2b

RGB 19122143
HSL0.190.720.52
HSV70°81°87°
CMYK 0.140.000.81   0.13
XYZ47.778462.963711.9205
Yxy62.96370.38950.5133
Hunter Lab79.3497-31.382746.6378
CIE-Lab83.4233-30.990175.7423

#bfdd2b color RGB value is (191,221,43).

#bfdd2b hex color red value is 191, green value is 221 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bfdd2b hue: 0.19 , saturation: 0.72 and the lightness value of bfdd2b is 0.52.

The process color (four color CMYK) of #bfdd2b color hex is 0.14, 0.00, 0.81, 0.13. Web safe color of #bfdd2b is #cccc33. Color #bfdd2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 00101011
Octal 277 335 53
Decimal 191 221 43
Hex BF DD 2B

RGB Percentages of Color #bfdd2b

%41.98
%48.57
%9.45

CMYK Percentages of Color #bfdd2b

%14
%0
%81
%13

Triadic Colors of #bfdd2b

#bfdd2b #2bbfdd #dd2bbf

Analogous Colors of #bfdd2b

#bfdd2b #66dd2b #dda22b

Monochromatic Colors of #bfdd2b

#bfdd2b

Complementary Color

#bfdd2b #492bdd

#bfdd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd2b Color CSS Codes

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

#bfdd2b Text Font Color

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

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


#bfdd2b Background Color

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

This div background color is #bfdd2b


#bfdd2b Border Color

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

This div border color is #bfdd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd2b


Comments

No comments written yet.

Please login to write comment.