Color Hex Logo

#b1df1d Color Hex

#B1DF1D
(177,223,29)
0 Favorites   0 Comments

Color spaces of #b1df1d

RGB 17722329
HSL0.210.770.49
HSV74°87°87°
CMYK 0.210.000.87   0.13
XYZ44.740962.211210.8123
Yxy62.21120.37990.5283
Hunter Lab78.8741-36.776547.0842
CIE-Lab83.0256-37.886078.1185

#b1df1d color RGB value is (177,223,29).

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

The process color (four color CMYK) of #b1df1d color hex is 0.21, 0.00, 0.87, 0.13. Web safe color of #b1df1d is #99cc33. Color #b1df1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 00011101
Octal 261 337 35
Decimal 177 223 29
Hex B1 DF 1D

RGB Percentages of Color #b1df1d

%41.26
%51.98
%6.76

CMYK Percentages of Color #b1df1d

%21
%0
%87
%13

Triadic Colors of #b1df1d

#b1df1d #1db1df #df1db1

Analogous Colors of #b1df1d

#b1df1d #50df1d #dfac1d

Monochromatic Colors of #b1df1d

#b1df1d

Complementary Color

#b1df1d #4b1ddf

#b1df1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1df1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1df1d Color CSS Codes

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

#b1df1d Text Font Color

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

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


#b1df1d Background Color

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

This div background color is #b1df1d


#b1df1d Border Color

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

This div border color is #b1df1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1df1d


Comments

No comments written yet.

Please login to write comment.