Color Hex Logo

#bdc09d Color Hex

#BDC09D
(189,192,157)
0 Favorites   0 Comments

Color spaces of #bdc09d

RGB 189192157
HSL0.180.220.68
HSV65°18°75°
CMYK 0.020.000.18   0.25
XYZ45.921750.952439.3128
Yxy50.95240.33720.3741
Hunter Lab71.3809-10.081817.3129
CIE-Lab76.6502-7.013617.3270

#bdc09d color RGB value is (189,192,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 10011101
Octal 275 300 235
Decimal 189 192 157
Hex BD C0 9D

RGB Percentages of Color #bdc09d

%35.13
%35.69
%29.18

CMYK Percentages of Color #bdc09d

%2
%0
%18
%25

Triadic Colors of #bdc09d

#bdc09d #9dbdc0 #c09dbd

Analogous Colors of #bdc09d

#bdc09d #acc09d #c0b29d

Monochromatic Colors of #bdc09d

#bdc09d

Complementary Color

#bdc09d #a09dc0

#bdc09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc09d Color CSS Codes

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

#bdc09d Text Font Color

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

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


#bdc09d Background Color

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

This div background color is #bdc09d


#bdc09d Border Color

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

This div border color is #bdc09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc09d


Comments

No comments written yet.

Please login to write comment.