Color Hex Logo

#bdd56d Color Hex

#BDD56D
(189,213,109)
0 Favorites   0 Comments

Color spaces of #bdd56d

RGB 189213109
HSL0.210.550.63
HSV74°49°84°
CMYK 0.110.000.49   0.16
XYZ47.540859.511423.4492
Yxy59.51140.36430.4560
Hunter Lab77.1436-24.998335.9783
CIE-Lab81.5719-23.670148.3458

#bdd56d color RGB value is (189,213,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 01101101
Octal 275 325 155
Decimal 189 213 109
Hex BD D5 6D

RGB Percentages of Color #bdd56d

%36.99
%41.68
%21.33

CMYK Percentages of Color #bdd56d

%11
%0
%49
%16

Triadic Colors of #bdd56d

#bdd56d #6dbdd5 #d56dbd

Analogous Colors of #bdd56d

#bdd56d #89d56d #d5b96d

Monochromatic Colors of #bdd56d

#bdd56d

Complementary Color

#bdd56d #856dd5

#bdd56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd56d Color CSS Codes

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

#bdd56d Text Font Color

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

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


#bdd56d Background Color

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

This div background color is #bdd56d


#bdd56d Border Color

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

This div border color is #bdd56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd56d


Comments

No comments written yet.

Please login to write comment.