Color Hex Logo

#bdaede Color Hex

#BDAEDE
(189,174,222)
0 Favorites   0 Comments

Color spaces of #bdaede

RGB 189174222
HSL0.720.420.78
HSV259°22°87°
CMYK 0.150.220.00   0.13
XYZ49.307146.364875.4578
Yxy46.36480.28810.2709
Hunter Lab68.091710.0963-18.0397
CIE-Lab73.781614.7644-22.1924

#bdaede color RGB value is (189,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11011110
Octal 275 256 336
Decimal 189 174 222
Hex BD AE DE

RGB Percentages of Color #bdaede

%32.31
%29.74
%37.95

CMYK Percentages of Color #bdaede

%15
%22
%0
%13

Triadic Colors of #bdaede

#bdaede #debdae #aedebd

Analogous Colors of #bdaede

#bdaede #d5aede #aeb7de

Monochromatic Colors of #bdaede

#bdaede

Complementary Color

#bdaede #cfdeae

#bdaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaede Color CSS Codes

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

#bdaede Text Font Color

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

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


#bdaede Background Color

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

This div background color is #bdaede


#bdaede Border Color

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

This div border color is #bdaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaede


Comments

No comments written yet.

Please login to write comment.