Color Hex Logo

#bdaaba Color Hex

#BDAABA
(189,170,186)
0 Favorites   0 Comments

Color spaces of #bdaaba

RGB 189170186
HSL0.860.130.70
HSV309°10°74°
CMYK 0.000.100.02   0.26
XYZ44.223943.113452.4452
Yxy43.11340.31640.3084
Hunter Lab65.66085.3170-1.3941
CIE-Lab71.63199.7210-5.6862

#bdaaba color RGB value is (189,170,186).

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

The process color (four color CMYK) of #bdaaba color hex is 0.00, 0.10, 0.02, 0.26. Web safe color of #bdaaba is #cc99cc. Color #bdaaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10111010
Octal 275 252 272
Decimal 189 170 186
Hex BD AA BA

RGB Percentages of Color #bdaaba

%34.68
%31.19
%34.13

CMYK Percentages of Color #bdaaba

%0
%10
%2
%26

Triadic Colors of #bdaaba

#bdaaba #babdaa #aababd

Analogous Colors of #bdaaba

#bdaaba #bdaab1 #b7aabd

Monochromatic Colors of #bdaaba

#bdaaba

Complementary Color

#bdaaba #aabdad

#bdaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaba Color CSS Codes

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

#bdaaba Text Font Color

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

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


#bdaaba Background Color

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

This div background color is #bdaaba


#bdaaba Border Color

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

This div border color is #bdaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaba


Comments

No comments written yet.

Please login to write comment.