Color Hex Logo

#bdaaae Color Hex

#BDAAAE
(189,170,174)
0 Favorites   0 Comments

Color spaces of #bdaaae

RGB 189170174
HSL0.960.130.70
HSV347°10°74°
CMYK 0.000.100.08   0.26
XYZ43.001042.624346.0053
Yxy42.62430.32670.3238
Hunter Lab65.28733.31503.9218
CIE-Lab71.29927.55010.4394

#bdaaae color RGB value is (189,170,174).

#bdaaae hex color red value is 189, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdaaae hue: 0.96 , saturation: 0.13 and the lightness value of bdaaae is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10101110
Octal 275 252 256
Decimal 189 170 174
Hex BD AA AE

RGB Percentages of Color #bdaaae

%35.46
%31.89
%32.65

CMYK Percentages of Color #bdaaae

%0
%10
%8
%26

Triadic Colors of #bdaaae

#bdaaae #aebdaa #aaaebd

Analogous Colors of #bdaaae

#bdaaae #bdb0aa #bdaab8

Monochromatic Colors of #bdaaae

#bdaaae

Complementary Color

#bdaaae #aabdb9

#bdaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaae Color CSS Codes

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

#bdaaae Text Font Color

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

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


#bdaaae Background Color

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

This div background color is #bdaaae


#bdaaae Border Color

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

This div border color is #bdaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaae


Comments

No comments written yet.

Please login to write comment.