Color Hex Logo

#bfdd1d Color Hex

#BFDD1D
(191,221,29)
0 Favorites   0 Comments

Color spaces of #bfdd1d

RGB 19122129
HSL0.190.770.49
HSV69°87°87°
CMYK 0.140.000.87   0.13
XYZ47.564162.878010.7922
Yxy62.87800.39230.5186
Hunter Lab79.2956-31.697347.4375
CIE-Lab83.3781-31.390878.7838

#bfdd1d color RGB value is (191,221,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 00011101
Octal 277 335 35
Decimal 191 221 29
Hex BF DD 1D

RGB Percentages of Color #bfdd1d

%43.31
%50.11
%6.58

CMYK Percentages of Color #bfdd1d

%14
%0
%87
%13

Triadic Colors of #bfdd1d

#bfdd1d #1dbfdd #dd1dbf

Analogous Colors of #bfdd1d

#bfdd1d #5fdd1d #dd9b1d

Monochromatic Colors of #bfdd1d

#bfdd1d

Complementary Color

#bfdd1d #3b1ddd

#bfdd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd1d Color CSS Codes

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

#bfdd1d Text Font Color

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

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


#bfdd1d Background Color

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

This div background color is #bfdd1d


#bfdd1d Border Color

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

This div border color is #bfdd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd1d


Comments

No comments written yet.

Please login to write comment.