Color Hex Logo

#bdd56e Color Hex

#BDD56E
(189,213,110)
0 Favorites   0 Comments

Color spaces of #bdd56e

RGB 189213110
HSL0.210.550.63
HSV74°48°84°
CMYK 0.110.000.48   0.16
XYZ47.595059.533123.7344
Yxy59.53310.36370.4549
Hunter Lab77.1577-24.917635.7723
CIE-Lab81.5837-23.570447.8821

#bdd56e color RGB value is (189,213,110).

#bdd56e hex color red value is 189, green value is 213 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bdd56e hue: 0.21 , saturation: 0.55 and the lightness value of bdd56e is 0.63.

The process color (four color CMYK) of #bdd56e color hex is 0.11, 0.00, 0.48, 0.16. Web safe color of #bdd56e is #cccc66. Color #bdd56e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 01101110
Octal 275 325 156
Decimal 189 213 110
Hex BD D5 6E

RGB Percentages of Color #bdd56e

%36.91
%41.60
%21.48

CMYK Percentages of Color #bdd56e

%11
%0
%48
%16

Triadic Colors of #bdd56e

#bdd56e #6ebdd5 #d56ebd

Analogous Colors of #bdd56e

#bdd56e #8ad56e #d5ba6e

Monochromatic Colors of #bdd56e

#bdd56e

Complementary Color

#bdd56e #866ed5

#bdd56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd56e Color CSS Codes

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

#bdd56e Text Font Color

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

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


#bdd56e Background Color

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

This div background color is #bdd56e


#bdd56e Border Color

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

This div border color is #bdd56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd56e


Comments

No comments written yet.

Please login to write comment.