Color Hex Logo

#bdb98e Color Hex

#BDB98E
(189,185,142)
0 Favorites   0 Comments

Color spaces of #bdb98e

RGB 189185142
HSL0.150.260.65
HSV55°25°74°
CMYK 0.000.020.25   0.26
XYZ43.217747.469732.4759
Yxy47.46970.35090.3854
Hunter Lab68.8983-8.604520.2818
CIE-Lab74.4892-5.556222.3880

#bdb98e color RGB value is (189,185,142).

#bdb98e hex color red value is 189, green value is 185 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bdb98e hue: 0.15 , saturation: 0.26 and the lightness value of bdb98e is 0.65.

The process color (four color CMYK) of #bdb98e color hex is 0.00, 0.02, 0.25, 0.26. Web safe color of #bdb98e is #cccc99. Color #bdb98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 10001110
Octal 275 271 216
Decimal 189 185 142
Hex BD B9 8E

RGB Percentages of Color #bdb98e

%36.63
%35.85
%27.52

CMYK Percentages of Color #bdb98e

%0
%2
%25
%26

Triadic Colors of #bdb98e

#bdb98e #8ebdb9 #b98ebd

Analogous Colors of #bdb98e

#bdb98e #aabd8e #bda28e

Monochromatic Colors of #bdb98e

#bdb98e

Complementary Color

#bdb98e #8e92bd

#bdb98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb98e Color CSS Codes

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

#bdb98e Text Font Color

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

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


#bdb98e Background Color

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

This div background color is #bdb98e


#bdb98e Border Color

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

This div border color is #bdb98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb98e


Comments

No comments written yet.

Please login to write comment.