Color Hex Logo

#bdc08d Color Hex

#BDC08D
(189,192,141)
0 Favorites   0 Comments

Color spaces of #bdc08d

RGB 189192141
HSL0.180.290.65
HSV64°27°75°
CMYK 0.020.000.27   0.25
XYZ44.643650.441232.5825
Yxy50.44120.34970.3951
Hunter Lab71.0220-12.085422.5151
CIE-Lab76.3393-9.347825.4317

#bdc08d color RGB value is (189,192,141).

#bdc08d hex color red value is 189, green value is 192 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdc08d hue: 0.18 , saturation: 0.29 and the lightness value of bdc08d is 0.65.

The process color (four color CMYK) of #bdc08d color hex is 0.02, 0.00, 0.27, 0.25. Web safe color of #bdc08d is #cccc99. Color #bdc08d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 10001101
Octal 275 300 215
Decimal 189 192 141
Hex BD C0 8D

RGB Percentages of Color #bdc08d

%36.21
%36.78
%27.01

CMYK Percentages of Color #bdc08d

%2
%0
%27
%25

Triadic Colors of #bdc08d

#bdc08d #8dbdc0 #c08dbd

Analogous Colors of #bdc08d

#bdc08d #a4c08d #c0aa8d

Monochromatic Colors of #bdc08d

#bdc08d

Complementary Color

#bdc08d #908dc0

#bdc08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc08d Color CSS Codes

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

#bdc08d Text Font Color

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

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


#bdc08d Background Color

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

This div background color is #bdc08d


#bdc08d Border Color

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

This div border color is #bdc08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc08d


Comments

No comments written yet.

Please login to write comment.