Color Hex Logo

#bdd91f Color Hex

#BDD91F
(189,217,31)
0 Favorites   0 Comments

Color spaces of #bdd91f

RGB 18921731
HSL0.190.750.49
HSV69°86°85°
CMYK 0.130.000.86   0.15
XYZ46.046460.543510.5555
Yxy60.54350.39310.5168
Hunter Lab77.8097-30.533946.4236
CIE-Lab82.1327-30.290577.3182

#bdd91f color RGB value is (189,217,31).

#bdd91f hex color red value is 189, green value is 217 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bdd91f hue: 0.19 , saturation: 0.75 and the lightness value of bdd91f is 0.49.

The process color (four color CMYK) of #bdd91f color hex is 0.13, 0.00, 0.86, 0.15. Web safe color of #bdd91f is #cccc33. Color #bdd91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 00011111
Octal 275 331 37
Decimal 189 217 31
Hex BD D9 1F

RGB Percentages of Color #bdd91f

%43.25
%49.66
%7.09

CMYK Percentages of Color #bdd91f

%13
%0
%86
%15

Triadic Colors of #bdd91f

#bdd91f #1fbdd9 #d91fbd

Analogous Colors of #bdd91f

#bdd91f #60d91f #d9981f

Monochromatic Colors of #bdd91f

#bdd91f

Complementary Color

#bdd91f #3b1fd9

#bdd91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd91f Color CSS Codes

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

#bdd91f Text Font Color

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

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


#bdd91f Background Color

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

This div background color is #bdd91f


#bdd91f Border Color

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

This div border color is #bdd91f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,217,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdd91f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdd91f;
  -webkit-box-shadow: 1px 1px 3px 2px #bdd91f;
  box-shadow:         1px 1px 3px 2px #bdd91f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,217,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd91f


Comments

No comments written yet.

Please login to write comment.