Color Hex Logo

#bdd421 Color Hex

#BDD421
(189,212,33)
0 Favorites   0 Comments

Color spaces of #bdd421

RGB 18921233
HSL0.190.730.48
HSV68°84°83°
CMYK 0.110.000.84   0.17
XYZ44.804358.015610.2755
Yxy58.01560.39620.5130
Hunter Lab76.1680-28.294945.3190
CIE-Lab80.7475-27.882875.7495

#bdd421 color RGB value is (189,212,33).

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

The process color (four color CMYK) of #bdd421 color hex is 0.11, 0.00, 0.84, 0.17. Web safe color of #bdd421 is #cccc33. Color #bdd421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 00100001
Octal 275 324 41
Decimal 189 212 33
Hex BD D4 21

RGB Percentages of Color #bdd421

%43.55
%48.85
%7.60

CMYK Percentages of Color #bdd421

%11
%0
%84
%17

Triadic Colors of #bdd421

#bdd421 #21bdd4 #d421bd

Analogous Colors of #bdd421

#bdd421 #64d421 #d49221

Monochromatic Colors of #bdd421

#bdd421

Complementary Color

#bdd421 #3821d4

#bdd421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd421 Color CSS Codes

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

#bdd421 Text Font Color

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

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


#bdd421 Background Color

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

This div background color is #bdd421


#bdd421 Border Color

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

This div border color is #bdd421


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,212,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 #bdd421">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd421


Comments

No comments written yet.

Please login to write comment.