Color Hex Logo

#bda891 Color Hex

#BDA891
(189,168,145)
0 Favorites   0 Comments

Color spaces of #bda891

RGB 189168145
HSL0.090.250.65
HSV31°23°74°
CMYK 0.000.110.23   0.26
XYZ40.099740.868432.5630
Yxy40.86840.35320.3600
Hunter Lab63.92840.091114.5495
CIE-Lab70.08363.955314.6728

#bda891 color RGB value is (189,168,145).

#bda891 hex color red value is 189, green value is 168 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bda891 hue: 0.09 , saturation: 0.25 and the lightness value of bda891 is 0.65.

The process color (four color CMYK) of #bda891 color hex is 0.00, 0.11, 0.23, 0.26. Web safe color of #bda891 is #cc9999. Color #bda891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 10010001
Octal 275 250 221
Decimal 189 168 145
Hex BD A8 91

RGB Percentages of Color #bda891

%37.65
%33.47
%28.88

CMYK Percentages of Color #bda891

%0
%11
%23
%26

Triadic Colors of #bda891

#bda891 #91bda8 #a891bd

Analogous Colors of #bda891

#bda891 #bcbd91 #bd9291

Monochromatic Colors of #bda891

#bda891

Complementary Color

#bda891 #91a6bd

#bda891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda891 Color CSS Codes

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

#bda891 Text Font Color

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

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


#bda891 Background Color

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

This div background color is #bda891


#bda891 Border Color

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

This div border color is #bda891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda891


Comments

No comments written yet.

Please login to write comment.