Color Hex Logo

#bda1ad Color Hex

#BDA1AD
(189,161,173)
0 Favorites   0 Comments

Color spaces of #bda1ad

RGB 189161173
HSL0.930.180.69
HSV334°15°74°
CMYK 0.000.150.08   0.26
XYZ41.274039.325744.9504
Yxy39.32570.32870.3132
Hunter Lab62.71027.74061.3983
CIE-Lab68.986512.3096-2.3920

#bda1ad color RGB value is (189,161,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 10101101
Octal 275 241 255
Decimal 189 161 173
Hex BD A1 AD

RGB Percentages of Color #bda1ad

%36.14
%30.78
%33.08

CMYK Percentages of Color #bda1ad

%0
%15
%8
%26

Triadic Colors of #bda1ad

#bda1ad #adbda1 #a1adbd

Analogous Colors of #bda1ad

#bda1ad #bda3a1 #bda1bb

Monochromatic Colors of #bda1ad

#bda1ad

Complementary Color

#bda1ad #a1bdb1

#bda1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda1ad Color CSS Codes

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

#bda1ad Text Font Color

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

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


#bda1ad Background Color

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

This div background color is #bda1ad


#bda1ad Border Color

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

This div border color is #bda1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda1ad


Comments

No comments written yet.

Please login to write comment.