Color Hex Logo

#bdd130 Color Hex

#BDD130
(189,209,48)
0 Favorites   0 Comments

Color spaces of #bdd130

RGB 18920948
HSL0.190.640.50
HSV67°77°82°
CMYK 0.100.000.77   0.18
XYZ44.320256.633111.3917
Yxy56.63310.39450.5041
Hunter Lab75.2550-26.571543.7035
CIE-Lab79.9728-25.950271.2294

#bdd130 color RGB value is (189,209,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00110000
Octal 275 321 60
Decimal 189 209 48
Hex BD D1 30

RGB Percentages of Color #bdd130

%42.38
%46.86
%10.76

CMYK Percentages of Color #bdd130

%10
%0
%77
%18

Triadic Colors of #bdd130

#bdd130 #30bdd1 #d130bd

Analogous Colors of #bdd130

#bdd130 #6dd130 #d19530

Monochromatic Colors of #bdd130

#bdd130

Complementary Color

#bdd130 #4430d1

#bdd130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd130 Color CSS Codes

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

#bdd130 Text Font Color

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

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


#bdd130 Background Color

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

This div background color is #bdd130


#bdd130 Border Color

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

This div border color is #bdd130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd130


Comments

No comments written yet.

Please login to write comment.