Color Hex Logo

#bdaedd Color Hex

#BDAEDD
(189,174,221)
0 Favorites   0 Comments

Color spaces of #bdaedd

RGB 189174221
HSL0.720.410.77
HSV259°21°87°
CMYK 0.140.210.00   0.13
XYZ49.173546.311474.7539
Yxy46.31140.28890.2720
Hunter Lab68.05259.8891-17.4918
CIE-Lab73.747114.5498-21.6998

#bdaedd color RGB value is (189,174,221).

#bdaedd hex color red value is 189, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdaedd hue: 0.72 , saturation: 0.41 and the lightness value of bdaedd is 0.77.

The process color (four color CMYK) of #bdaedd color hex is 0.14, 0.21, 0.00, 0.13. Web safe color of #bdaedd is #cc99cc. Color #bdaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11011101
Octal 275 256 335
Decimal 189 174 221
Hex BD AE DD

RGB Percentages of Color #bdaedd

%32.36
%29.79
%37.84

CMYK Percentages of Color #bdaedd

%14
%21
%0
%13

Triadic Colors of #bdaedd

#bdaedd #ddbdae #aeddbd

Analogous Colors of #bdaedd

#bdaedd #d5aedd #aeb7dd

Monochromatic Colors of #bdaedd

#bdaedd

Complementary Color

#bdaedd #ceddae

#bdaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaedd Color CSS Codes

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

#bdaedd Text Font Color

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

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


#bdaedd Background Color

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

This div background color is #bdaedd


#bdaedd Border Color

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

This div border color is #bdaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaedd


Comments

No comments written yet.

Please login to write comment.