Color Hex Logo

#bdd131 Color Hex

#BDD131
(189,209,49)
0 Favorites   0 Comments

Color spaces of #bdd131

RGB 18920949
HSL0.190.630.51
HSV67°77°82°
CMYK 0.100.000.77   0.18
XYZ44.341156.641511.5016
Yxy56.64150.39420.5036
Hunter Lab75.2605-26.539543.6215
CIE-Lab79.9775-25.909870.9355

#bdd131 color RGB value is (189,209,49).

#bdd131 hex color red value is 189, green value is 209 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bdd131 hue: 0.19 , saturation: 0.63 and the lightness value of bdd131 is 0.51.

The process color (four color CMYK) of #bdd131 color hex is 0.10, 0.00, 0.77, 0.18. Web safe color of #bdd131 is #cccc33. Color #bdd131 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00110001
Octal 275 321 61
Decimal 189 209 49
Hex BD D1 31

RGB Percentages of Color #bdd131

%42.28
%46.76
%10.96

CMYK Percentages of Color #bdd131

%10
%0
%77
%18

Triadic Colors of #bdd131

#bdd131 #31bdd1 #d131bd

Analogous Colors of #bdd131

#bdd131 #6dd131 #d19531

Monochromatic Colors of #bdd131

#bdd131

Complementary Color

#bdd131 #4531d1

#bdd131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd131 Color CSS Codes

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

#bdd131 Text Font Color

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

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


#bdd131 Background Color

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

This div background color is #bdd131


#bdd131 Border Color

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

This div border color is #bdd131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd131


Comments

No comments written yet.

Please login to write comment.