Color Hex Logo

#bdaddc Color Hex

#BDADDC
(189,173,220)
0 Favorites   0 Comments

Color spaces of #bdaddc

RGB 189173220
HSL0.720.400.77
HSV260°21°86°
CMYK 0.140.210.00   0.14
XYZ48.848145.873373.9900
Yxy45.87330.28950.2719
Hunter Lab67.729810.2105-17.3592
CIE-Lab73.463214.8862-21.5863

#bdaddc color RGB value is (189,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11011100
Octal 275 255 334
Decimal 189 173 220
Hex BD AD DC

RGB Percentages of Color #bdaddc

%32.47
%29.73
%37.80

CMYK Percentages of Color #bdaddc

%14
%21
%0
%14

Triadic Colors of #bdaddc

#bdaddc #dcbdad #addcbd

Analogous Colors of #bdaddc

#bdaddc #d5addc #adb5dc

Monochromatic Colors of #bdaddc

#bdaddc

Complementary Color

#bdaddc #ccdcad

#bdaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaddc Color CSS Codes

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

#bdaddc Text Font Color

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

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


#bdaddc Background Color

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

This div background color is #bdaddc


#bdaddc Border Color

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

This div border color is #bdaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaddc


Comments

No comments written yet.

Please login to write comment.