Color Hex Logo

#bdacce Color Hex

#BDACCE
(189,172,206)
0 Favorites   0 Comments

Color spaces of #bdacce

RGB 189172206
HSL0.750.260.74
HSV270°17°81°
CMYK 0.080.170.00   0.19
XYZ46.879444.780164.5651
Yxy44.78010.30010.2866
Hunter Lab66.91797.9419-10.3628
CIE-Lab72.746912.5196-15.0139

#bdacce color RGB value is (189,172,206).

#bdacce hex color red value is 189, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bdacce hue: 0.75 , saturation: 0.26 and the lightness value of bdacce is 0.74.

The process color (four color CMYK) of #bdacce color hex is 0.08, 0.17, 0.00, 0.19. Web safe color of #bdacce is #cc99cc. Color #bdacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11001110
Octal 275 254 316
Decimal 189 172 206
Hex BD AC CE

RGB Percentages of Color #bdacce

%33.33
%30.34
%36.33

CMYK Percentages of Color #bdacce

%8
%17
%0
%19

Triadic Colors of #bdacce

#bdacce #cebdac #accebd

Analogous Colors of #bdacce

#bdacce #ceacce #acacce

Monochromatic Colors of #bdacce

#bdacce

Complementary Color

#bdacce #bdceac

#bdacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacce Color CSS Codes

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

#bdacce Text Font Color

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

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


#bdacce Background Color

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

This div background color is #bdacce


#bdacce Border Color

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

This div border color is #bdacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacce


Comments

No comments written yet.

Please login to write comment.