Color Hex Logo

#bdb29f Color Hex

#BDB29F
(189,178,159)
0 Favorites   0 Comments

Color spaces of #bdb29f

RGB 189178159
HSL0.110.190.68
HSV38°16°74°
CMYK 0.000.060.16   0.26
XYZ43.164745.162839.2432
Yxy45.16280.33840.3540
Hunter Lab67.2033-2.955112.4200
CIE-Lab72.99900.710111.1159

#bdb29f color RGB value is (189,178,159).

#bdb29f hex color red value is 189, green value is 178 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bdb29f hue: 0.11 , saturation: 0.19 and the lightness value of bdb29f is 0.68.

The process color (four color CMYK) of #bdb29f color hex is 0.00, 0.06, 0.16, 0.26. Web safe color of #bdb29f is #cc9999. Color #bdb29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10011111
Octal 275 262 237
Decimal 189 178 159
Hex BD B2 9F

RGB Percentages of Color #bdb29f

%35.93
%33.84
%30.23

CMYK Percentages of Color #bdb29f

%0
%6
%16
%26

Triadic Colors of #bdb29f

#bdb29f #9fbdb2 #b29fbd

Analogous Colors of #bdb29f

#bdb29f #b9bd9f #bda39f

Monochromatic Colors of #bdb29f

#bdb29f

Complementary Color

#bdb29f #9faabd

#bdb29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb29f Color CSS Codes

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

#bdb29f Text Font Color

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

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


#bdb29f Background Color

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

This div background color is #bdb29f


#bdb29f Border Color

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

This div border color is #bdb29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb29f


Comments

No comments written yet.

Please login to write comment.