Color Hex Logo

#bdada4 Color Hex

#BDADA4
(189,173,164)
0 Favorites   0 Comments

Color spaces of #bdada4

RGB 189173164
HSL0.060.160.69
HSV22°13°74°
CMYK 0.000.080.13   0.26
XYZ42.630743.386341.2495
Yxy43.38630.33500.3409
Hunter Lab65.86830.25778.9779
CIE-Lab71.81644.21606.6917

#bdada4 color RGB value is (189,173,164).

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

The process color (four color CMYK) of #bdada4 color hex is 0.00, 0.08, 0.13, 0.26. Web safe color of #bdada4 is #cc9999. Color #bdada4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10100100
Octal 275 255 244
Decimal 189 173 164
Hex BD AD A4

RGB Percentages of Color #bdada4

%35.93
%32.89
%31.18

CMYK Percentages of Color #bdada4

%0
%8
%13
%26

Triadic Colors of #bdada4

#bdada4 #a4bdad #ada4bd

Analogous Colors of #bdada4

#bdada4 #bdbaa4 #bda4a8

Monochromatic Colors of #bdada4

#bdada4

Complementary Color

#bdada4 #a4b4bd

#bdada4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdada4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdada4 Color CSS Codes

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

#bdada4 Text Font Color

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

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


#bdada4 Background Color

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

This div background color is #bdada4


#bdada4 Border Color

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

This div border color is #bdada4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdada4


Comments

No comments written yet.

Please login to write comment.