Color Hex Logo

#bda0ae Color Hex

#BDA0AE
(189,160,174)
0 Favorites   0 Comments

Color spaces of #bda0ae

RGB 189160174
HSL0.920.180.68
HSV331°15°74°
CMYK 0.000.150.08   0.26
XYZ41.197139.016445.4040
Yxy39.01640.32800.3106
Hunter Lab62.46318.41800.6267
CIE-Lab68.763113.0372-3.2764

#bda0ae color RGB value is (189,160,174).

#bda0ae hex color red value is 189, green value is 160 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bda0ae hue: 0.92 , saturation: 0.18 and the lightness value of bda0ae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10101110
Octal 275 240 256
Decimal 189 160 174
Hex BD A0 AE

RGB Percentages of Color #bda0ae

%36.14
%30.59
%33.27

CMYK Percentages of Color #bda0ae

%0
%15
%8
%26

Triadic Colors of #bda0ae

#bda0ae #aebda0 #a0aebd

Analogous Colors of #bda0ae

#bda0ae #bda1a0 #bda0bd

Monochromatic Colors of #bda0ae

#bda0ae

Complementary Color

#bda0ae #a0bdaf

#bda0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda0ae Color CSS Codes

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

#bda0ae Text Font Color

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

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


#bda0ae Background Color

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

This div background color is #bda0ae


#bda0ae Border Color

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

This div border color is #bda0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda0ae


Comments

No comments written yet.

Please login to write comment.