Color Hex Logo

#bdd120 Color Hex

#BDD120
(189,209,32)
0 Favorites   0 Comments

Color spaces of #bdd120

RGB 18920932
HSL0.190.730.47
HSV67°85°82°
CMYK 0.100.000.85   0.18
XYZ44.047456.52409.9552
Yxy56.52400.39850.5114
Hunter Lab75.1824-26.990944.7769
CIE-Lab79.9111-26.481675.2636

#bdd120 color RGB value is (189,209,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00100000
Octal 275 321 40
Decimal 189 209 32
Hex BD D1 20

RGB Percentages of Color #bdd120

%43.95
%48.60
%7.44

CMYK Percentages of Color #bdd120

%10
%0
%85
%18

Triadic Colors of #bdd120

#bdd120 #20bdd1 #d120bd

Analogous Colors of #bdd120

#bdd120 #65d120 #d18d20

Monochromatic Colors of #bdd120

#bdd120

Complementary Color

#bdd120 #3420d1

#bdd120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd120 Color CSS Codes

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

#bdd120 Text Font Color

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

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


#bdd120 Background Color

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

This div background color is #bdd120


#bdd120 Border Color

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

This div border color is #bdd120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd120


Comments

No comments written yet.

Please login to write comment.