Color Hex Logo

#bdc06d Color Hex

#BDC06D
(189,192,109)
0 Favorites   0 Comments

Color spaces of #bdc06d

RGB 189192109
HSL0.170.400.59
HSV62°43°75°
CMYK 0.020.000.43   0.25
XYZ42.596249.622221.8010
Yxy49.62220.37360.4352
Hunter Lab70.4430-15.338130.9608
CIE-Lab75.8368-13.216641.3349

#bdc06d color RGB value is (189,192,109).

#bdc06d hex color red value is 189, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bdc06d hue: 0.17 , saturation: 0.40 and the lightness value of bdc06d is 0.59.

The process color (four color CMYK) of #bdc06d color hex is 0.02, 0.00, 0.43, 0.25. Web safe color of #bdc06d is #cccc66. Color #bdc06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 01101101
Octal 275 300 155
Decimal 189 192 109
Hex BD C0 6D

RGB Percentages of Color #bdc06d

%38.57
%39.18
%22.24

CMYK Percentages of Color #bdc06d

%2
%0
%43
%25

Triadic Colors of #bdc06d

#bdc06d #6dbdc0 #c06dbd

Analogous Colors of #bdc06d

#bdc06d #94c06d #c09a6d

Monochromatic Colors of #bdc06d

#bdc06d

Complementary Color

#bdc06d #706dc0

#bdc06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc06d Color CSS Codes

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

#bdc06d Text Font Color

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

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


#bdc06d Background Color

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

This div background color is #bdc06d


#bdc06d Border Color

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

This div border color is #bdc06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc06d


Comments

No comments written yet.

Please login to write comment.