Color Hex Logo

#bdbe8f Color Hex

#BDBE8F
(189,190,143)
0 Favorites   0 Comments

Color spaces of #bdbe8f

RGB 189190143
HSL0.170.270.65
HSV61°25°75°
CMYK 0.010.000.25   0.25
XYZ44.357649.628933.2280
Yxy49.62890.34870.3901
Hunter Lab70.4478-10.890721.3482
CIE-Lab75.8409-8.031423.6949

#bdbe8f color RGB value is (189,190,143).

#bdbe8f hex color red value is 189, green value is 190 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bdbe8f hue: 0.17 , saturation: 0.27 and the lightness value of bdbe8f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10001111
Octal 275 276 217
Decimal 189 190 143
Hex BD BE 8F

RGB Percentages of Color #bdbe8f

%36.21
%36.40
%27.39

CMYK Percentages of Color #bdbe8f

%1
%0
%25
%25

Triadic Colors of #bdbe8f

#bdbe8f #8fbdbe #be8fbd

Analogous Colors of #bdbe8f

#bdbe8f #a6be8f #bea88f

Monochromatic Colors of #bdbe8f

#bdbe8f

Complementary Color

#bdbe8f #908fbe

#bdbe8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe8f Color CSS Codes

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

#bdbe8f Text Font Color

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

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


#bdbe8f Background Color

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

This div background color is #bdbe8f


#bdbe8f Border Color

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

This div border color is #bdbe8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe8f


Comments

No comments written yet.

Please login to write comment.