Color Hex Logo

#bdd322 Color Hex

#BDD322
(189,211,34)
0 Favorites   0 Comments

Color spaces of #bdd322

RGB 18921134
HSL0.190.720.48
HSV67°84°83°
CMYK 0.100.000.84   0.17
XYZ44.569357.522810.2673
Yxy57.52280.39670.5120
Hunter Lab75.8438-27.831845.0643
CIE-Lab80.4728-27.380275.3001

#bdd322 color RGB value is (189,211,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 00100010
Octal 275 323 42
Decimal 189 211 34
Hex BD D3 22

RGB Percentages of Color #bdd322

%43.55
%48.62
%7.83

CMYK Percentages of Color #bdd322

%10
%0
%84
%17

Triadic Colors of #bdd322

#bdd322 #22bdd3 #d322bd

Analogous Colors of #bdd322

#bdd322 #65d322 #d39122

Monochromatic Colors of #bdd322

#bdd322

Complementary Color

#bdd322 #3822d3

#bdd322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd322 Color CSS Codes

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

#bdd322 Text Font Color

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

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


#bdd322 Background Color

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

This div background color is #bdd322


#bdd322 Border Color

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

This div border color is #bdd322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd322


Comments

No comments written yet.

Please login to write comment.