Color Hex Logo

#bdd722 Color Hex

#BDD722
(189,215,34)
0 Favorites   0 Comments

Color spaces of #bdd722

RGB 18921534
HSL0.190.730.49
HSV69°84°84°
CMYK 0.120.000.84   0.16
XYZ45.575459.535210.6027
Yxy59.53520.39390.5145
Hunter Lab77.1591-29.594145.8641
CIE-Lab81.5849-29.272776.2369

#bdd722 color RGB value is (189,215,34).

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

The process color (four color CMYK) of #bdd722 color hex is 0.12, 0.00, 0.84, 0.16. Web safe color of #bdd722 is #cccc33. Color #bdd722 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 00100010
Octal 275 327 42
Decimal 189 215 34
Hex BD D7 22

RGB Percentages of Color #bdd722

%43.15
%49.09
%7.76

CMYK Percentages of Color #bdd722

%12
%0
%84
%16

Triadic Colors of #bdd722

#bdd722 #22bdd7 #d722bd

Analogous Colors of #bdd722

#bdd722 #63d722 #d79722

Monochromatic Colors of #bdd722

#bdd722

Complementary Color

#bdd722 #3c22d7

#bdd722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd722 Color CSS Codes

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

#bdd722 Text Font Color

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

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


#bdd722 Background Color

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

This div background color is #bdd722


#bdd722 Border Color

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

This div border color is #bdd722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd722


Comments

No comments written yet.

Please login to write comment.