Color Hex Logo

#bdacdf Color Hex

#BDACDF
(189,172,223)
0 Favorites   0 Comments

Color spaces of #bdacdf

RGB 189172223
HSL0.720.440.77
HSV260°23°87°
CMYK 0.150.230.00   0.13
XYZ49.058145.651676.0380
Yxy45.65160.28730.2674
Hunter Lab67.566011.3643-19.4281
CIE-Lab73.318916.0815-23.4427

#bdacdf color RGB value is (189,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11011111
Octal 275 254 337
Decimal 189 172 223
Hex BD AC DF

RGB Percentages of Color #bdacdf

%32.36
%29.45
%38.18

CMYK Percentages of Color #bdacdf

%15
%23
%0
%13

Triadic Colors of #bdacdf

#bdacdf #dfbdac #acdfbd

Analogous Colors of #bdacdf

#bdacdf #d7acdf #acb5df

Monochromatic Colors of #bdacdf

#bdacdf

Complementary Color

#bdacdf #cedfac

#bdacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacdf Color CSS Codes

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

#bdacdf Text Font Color

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

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


#bdacdf Background Color

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

This div background color is #bdacdf


#bdacdf Border Color

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

This div border color is #bdacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacdf


Comments

No comments written yet.

Please login to write comment.