Color Hex Logo

#bdd759 Color Hex

#BDD759
(189,215,89)
0 Favorites   0 Comments

Color spaces of #bdd759

RGB 18921589
HSL0.200.610.60
HSV72°59°84°
CMYK 0.120.000.59   0.16
XYZ47.089960.141018.5777
Yxy60.14100.37430.4780
Hunter Lab77.5506-27.325740.0822
CIE-Lab81.9148-26.406857.8907

#bdd759 color RGB value is (189,215,89).

#bdd759 hex color red value is 189, green value is 215 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bdd759 hue: 0.20 , saturation: 0.61 and the lightness value of bdd759 is 0.60.

The process color (four color CMYK) of #bdd759 color hex is 0.12, 0.00, 0.59, 0.16. Web safe color of #bdd759 is #cccc66. Color #bdd759 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 01011001
Octal 275 327 131
Decimal 189 215 89
Hex BD D7 59

RGB Percentages of Color #bdd759

%38.34
%43.61
%18.05

CMYK Percentages of Color #bdd759

%12
%0
%59
%16

Triadic Colors of #bdd759

#bdd759 #59bdd7 #d759bd

Analogous Colors of #bdd759

#bdd759 #7ed759 #d7b259

Monochromatic Colors of #bdd759

#bdd759

Complementary Color

#bdd759 #7359d7

#bdd759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd759 Color CSS Codes

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

#bdd759 Text Font Color

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

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


#bdd759 Background Color

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

This div background color is #bdd759


#bdd759 Border Color

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

This div border color is #bdd759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd759


Comments

No comments written yet.

Please login to write comment.