Color Hex Logo

#bdb8a4 Color Hex

#BDB8A4
(189,184,164)
0 Favorites   0 Comments

Color spaces of #bdb8a4

RGB 189184164
HSL0.130.160.69
HSV48°13°74°
CMYK 0.000.030.13   0.26
XYZ44.827647.780141.9818
Yxy47.78010.33310.3550
Hunter Lab69.1232-5.205112.3765
CIE-Lab74.6860-1.688410.7880

#bdb8a4 color RGB value is (189,184,164).

#bdb8a4 hex color red value is 189, green value is 184 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bdb8a4 hue: 0.13 , saturation: 0.16 and the lightness value of bdb8a4 is 0.69.

The process color (four color CMYK) of #bdb8a4 color hex is 0.00, 0.03, 0.13, 0.26. Web safe color of #bdb8a4 is #cccc99. Color #bdb8a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 10100100
Octal 275 270 244
Decimal 189 184 164
Hex BD B8 A4

RGB Percentages of Color #bdb8a4

%35.20
%34.26
%30.54

CMYK Percentages of Color #bdb8a4

%0
%3
%13
%26

Triadic Colors of #bdb8a4

#bdb8a4 #a4bdb8 #b8a4bd

Analogous Colors of #bdb8a4

#bdb8a4 #b6bda4 #bdaca4

Monochromatic Colors of #bdb8a4

#bdb8a4

Complementary Color

#bdb8a4 #a4a9bd

#bdb8a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb8a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb8a4 Color CSS Codes

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

#bdb8a4 Text Font Color

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

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


#bdb8a4 Background Color

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

This div background color is #bdb8a4


#bdb8a4 Border Color

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

This div border color is #bdb8a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb8a4


Comments

No comments written yet.

Please login to write comment.