Color Hex Logo

#bdadda Color Hex

#BDADDA
(189,173,218)
0 Favorites   0 Comments

Color spaces of #bdadda

RGB 189173218
HSL0.730.380.77
HSV261°21°85°
CMYK 0.130.210.00   0.15
XYZ48.584745.767972.6031
Yxy45.76790.29100.2741
Hunter Lab67.65209.8000-16.2728
CIE-Lab73.394714.4606-20.5989

#bdadda color RGB value is (189,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11011010
Octal 275 255 332
Decimal 189 173 218
Hex BD AD DA

RGB Percentages of Color #bdadda

%32.59
%29.83
%37.59

CMYK Percentages of Color #bdadda

%13
%21
%0
%15

Triadic Colors of #bdadda

#bdadda #dabdad #addabd

Analogous Colors of #bdadda

#bdadda #d4adda #adb4da

Monochromatic Colors of #bdadda

#bdadda

Complementary Color

#bdadda #cadaad

#bdadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadda Color CSS Codes

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

#bdadda Text Font Color

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

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


#bdadda Background Color

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

This div background color is #bdadda


#bdadda Border Color

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

This div border color is #bdadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadda


Comments

No comments written yet.

Please login to write comment.