Color Hex Logo

#bdaada Color Hex

#BDAADA
(189,170,218)
1 Favorites   0 Comments

Color spaces of #bdaada

RGB 189170218
HSL0.730.390.76
HSV264°22°85°
CMYK 0.130.220.00   0.15
XYZ48.015944.630272.4135
Yxy44.63020.29090.2704
Hunter Lab66.805811.3845-17.5027
CIE-Lab72.647716.1139-21.7345

#bdaada color RGB value is (189,170,218).

#bdaada hex color red value is 189, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdaada hue: 0.73 , saturation: 0.39 and the lightness value of bdaada is 0.76.

The process color (four color CMYK) of #bdaada color hex is 0.13, 0.22, 0.00, 0.15. Web safe color of #bdaada is #cc99cc. Color #bdaada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11011010
Octal 275 252 332
Decimal 189 170 218
Hex BD AA DA

RGB Percentages of Color #bdaada

%32.76
%29.46
%37.78

CMYK Percentages of Color #bdaada

%13
%22
%0
%15

Triadic Colors of #bdaada

#bdaada #dabdaa #aadabd

Analogous Colors of #bdaada

#bdaada #d5aada #aaafda

Monochromatic Colors of #bdaada

#bdaada

Complementary Color

#bdaada #c7daaa

#bdaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaada Color CSS Codes

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

#bdaada Text Font Color

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

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


#bdaada Background Color

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

This div background color is #bdaada


#bdaada Border Color

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

This div border color is #bdaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaada


Comments

No comments written yet.

Please login to write comment.