Color Hex Logo

#bdd526 Color Hex

#BDD526
(189,213,38)
0 Favorites   0 Comments

Color spaces of #bdd526

RGB 18921338
HSL0.190.700.49
HSV68°82°84°
CMYK 0.110.000.82   0.16
XYZ45.130458.547310.7559
Yxy58.54730.39440.5116
Hunter Lab76.5162-28.621445.2269
CIE-Lab81.0421-28.211174.8600

#bdd526 color RGB value is (189,213,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00100110
Octal 275 325 46
Decimal 189 213 38
Hex BD D5 26

RGB Percentages of Color #bdd526

%42.95
%48.41
%8.64

CMYK Percentages of Color #bdd526

%11
%0
%82
%16

Triadic Colors of #bdd526

#bdd526 #26bdd5 #d526bd

Analogous Colors of #bdd526

#bdd526 #66d526 #d59626

Monochromatic Colors of #bdd526

#bdd526

Complementary Color

#bdd526 #3e26d5

#bdd526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd526 Color CSS Codes

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

#bdd526 Text Font Color

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

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


#bdd526 Background Color

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

This div background color is #bdd526


#bdd526 Border Color

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

This div border color is #bdd526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd526


Comments

No comments written yet.

Please login to write comment.