Color Hex Logo

#bdb48f Color Hex

#BDB48F
(189,180,143)
0 Favorites   0 Comments

Color spaces of #bdb48f

RGB 189180143
HSL0.130.260.65
HSV48°24°74°
CMYK 0.000.050.24   0.26
XYZ42.265445.444532.5306
Yxy45.44450.35150.3779
Hunter Lab67.4125-6.058418.5778
CIE-Lab73.1836-2.773620.0620

#bdb48f color RGB value is (189,180,143).

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

The process color (four color CMYK) of #bdb48f color hex is 0.00, 0.05, 0.24, 0.26. Web safe color of #bdb48f is #cccc99. Color #bdb48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 10001111
Octal 275 264 217
Decimal 189 180 143
Hex BD B4 8F

RGB Percentages of Color #bdb48f

%36.91
%35.16
%27.93

CMYK Percentages of Color #bdb48f

%0
%5
%24
%26

Triadic Colors of #bdb48f

#bdb48f #8fbdb4 #b48fbd

Analogous Colors of #bdb48f

#bdb48f #afbd8f #bd9d8f

Monochromatic Colors of #bdb48f

#bdb48f

Complementary Color

#bdb48f #8f98bd

#bdb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb48f Color CSS Codes

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

#bdb48f Text Font Color

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

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


#bdb48f Background Color

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

This div background color is #bdb48f


#bdb48f Border Color

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

This div border color is #bdb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb48f


Comments

No comments written yet.

Please login to write comment.