Color Hex Logo

#bdd521 Color Hex

#BDD521
(189,213,33)
0 Favorites   0 Comments

Color spaces of #bdd521

RGB 18921333
HSL0.190.730.48
HSV68°85°84°
CMYK 0.110.000.85   0.16
XYZ45.055058.517110.3591
Yxy58.51710.39550.5136
Hunter Lab76.4965-28.735645.5185
CIE-Lab81.0254-28.356575.9825

#bdd521 color RGB value is (189,213,33).

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

The process color (four color CMYK) of #bdd521 color hex is 0.11, 0.00, 0.85, 0.16. Web safe color of #bdd521 is #cccc33. Color #bdd521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00100001
Octal 275 325 41
Decimal 189 213 33
Hex BD D5 21

RGB Percentages of Color #bdd521

%43.45
%48.97
%7.59

CMYK Percentages of Color #bdd521

%11
%0
%85
%16

Triadic Colors of #bdd521

#bdd521 #21bdd5 #d521bd

Analogous Colors of #bdd521

#bdd521 #63d521 #d59321

Monochromatic Colors of #bdd521

#bdd521

Complementary Color

#bdd521 #3921d5

#bdd521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd521 Color CSS Codes

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

#bdd521 Text Font Color

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

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


#bdd521 Background Color

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

This div background color is #bdd521


#bdd521 Border Color

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

This div border color is #bdd521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd521


Comments

No comments written yet.

Please login to write comment.