Color Hex Logo

#bdd46d Color Hex

#BDD46D
(189,212,109)
0 Favorites   0 Comments

Color spaces of #bdd46d

RGB 189212109
HSL0.200.540.63
HSV73°49°83°
CMYK 0.110.000.49   0.17
XYZ47.290159.009923.3656
Yxy59.00990.36470.4551
Hunter Lab76.8179-24.544435.7384
CIE-Lab81.2970-23.184348.0145

#bdd46d color RGB value is (189,212,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 01101101
Octal 275 324 155
Decimal 189 212 109
Hex BD D4 6D

RGB Percentages of Color #bdd46d

%37.06
%41.57
%21.37

CMYK Percentages of Color #bdd46d

%11
%0
%49
%17

Triadic Colors of #bdd46d

#bdd46d #6dbdd4 #d46dbd

Analogous Colors of #bdd46d

#bdd46d #8ad46d #d4b86d

Monochromatic Colors of #bdd46d

#bdd46d

Complementary Color

#bdd46d #846dd4

#bdd46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd46d Color CSS Codes

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

#bdd46d Text Font Color

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

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


#bdd46d Background Color

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

This div background color is #bdd46d


#bdd46d Border Color

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

This div border color is #bdd46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd46d


Comments

No comments written yet.

Please login to write comment.