Color Hex Logo

#bdd16d Color Hex

#BDD16D
(189,209,109)
0 Favorites   0 Comments

Color spaces of #bdd16d

RGB 189209109
HSL0.200.520.62
HSV72°48°82°
CMYK 0.100.000.48   0.18
XYZ46.547057.523923.1179
Yxy57.52390.36600.4523
Hunter Lab75.8445-23.179635.0192
CIE-Lab80.4734-21.720247.0190

#bdd16d color RGB value is (189,209,109).

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

The process color (four color CMYK) of #bdd16d color hex is 0.10, 0.00, 0.48, 0.18. Web safe color of #bdd16d is #cccc66. Color #bdd16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01101101
Octal 275 321 155
Decimal 189 209 109
Hex BD D1 6D

RGB Percentages of Color #bdd16d

%37.28
%41.22
%21.50

CMYK Percentages of Color #bdd16d

%10
%0
%48
%18

Triadic Colors of #bdd16d

#bdd16d #6dbdd1 #d16dbd

Analogous Colors of #bdd16d

#bdd16d #8bd16d #d1b36d

Monochromatic Colors of #bdd16d

#bdd16d

Complementary Color

#bdd16d #816dd1

#bdd16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd16d Color CSS Codes

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

#bdd16d Text Font Color

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

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


#bdd16d Background Color

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

This div background color is #bdd16d


#bdd16d Border Color

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

This div border color is #bdd16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd16d


Comments

No comments written yet.

Please login to write comment.