Color Hex Logo

#bdaade Color Hex

#BDAADE
(189,170,222)
0 Favorites   0 Comments

Color spaces of #bdaade

RGB 189170222
HSL0.730.440.77
HSV262°23°87°
CMYK 0.150.230.00   0.13
XYZ48.545844.842275.2040
Yxy44.84220.28790.2660
Hunter Lab66.964312.2161-19.7104
CIE-Lab72.787916.9694-23.7072

#bdaade color RGB value is (189,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11011110
Octal 275 252 336
Decimal 189 170 222
Hex BD AA DE

RGB Percentages of Color #bdaade

%32.53
%29.26
%38.21

CMYK Percentages of Color #bdaade

%15
%23
%0
%13

Triadic Colors of #bdaade

#bdaade #debdaa #aadebd

Analogous Colors of #bdaade

#bdaade #d7aade #aab1de

Monochromatic Colors of #bdaade

#bdaade

Complementary Color

#bdaade #cbdeaa

#bdaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaade Color CSS Codes

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

#bdaade Text Font Color

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

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


#bdaade Background Color

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

This div background color is #bdaade


#bdaade Border Color

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

This div border color is #bdaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaade


Comments

No comments written yet.

Please login to write comment.