Color Hex Logo

#bdaedc Color Hex

#BDAEDC
(189,174,220)
0 Favorites   0 Comments

Color spaces of #bdaedc

RGB 189174220
HSL0.720.400.77
HSV260°21°86°
CMYK 0.140.210.00   0.14
XYZ49.040646.258274.0542
Yxy46.25820.28960.2731
Hunter Lab68.01349.6828-16.9467
CIE-Lab73.712814.3361-21.2069

#bdaedc color RGB value is (189,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11011100
Octal 275 256 334
Decimal 189 174 220
Hex BD AE DC

RGB Percentages of Color #bdaedc

%32.42
%29.85
%37.74

CMYK Percentages of Color #bdaedc

%14
%21
%0
%14

Triadic Colors of #bdaedc

#bdaedc #dcbdae #aedcbd

Analogous Colors of #bdaedc

#bdaedc #d4aedc #aeb6dc

Monochromatic Colors of #bdaedc

#bdaedc

Complementary Color

#bdaedc #cddcae

#bdaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaedc Color CSS Codes

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

#bdaedc Text Font Color

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

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


#bdaedc Background Color

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

This div background color is #bdaedc


#bdaedc Border Color

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

This div border color is #bdaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaedc


Comments

No comments written yet.

Please login to write comment.