Color Hex Logo

#bdadce Color Hex

#BDADCE
(189,173,206)
0 Favorites   0 Comments

Color spaces of #bdadce

RGB 189173206
HSL0.750.250.74
HSV269°16°81°
CMYK 0.080.160.00   0.19
XYZ47.070445.162264.6288
Yxy45.16220.30010.2879
Hunter Lab67.20287.4205-9.9771
CIE-Lab72.998611.9705-14.6352

#bdadce color RGB value is (189,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11001110
Octal 275 255 316
Decimal 189 173 206
Hex BD AD CE

RGB Percentages of Color #bdadce

%33.27
%30.46
%36.27

CMYK Percentages of Color #bdadce

%8
%16
%0
%19

Triadic Colors of #bdadce

#bdadce #cebdad #adcebd

Analogous Colors of #bdadce

#bdadce #ceadce #adaece

Monochromatic Colors of #bdadce

#bdadce

Complementary Color

#bdadce #becead

#bdadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadce Color CSS Codes

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

#bdadce Text Font Color

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

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


#bdadce Background Color

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

This div background color is #bdadce


#bdadce Border Color

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

This div border color is #bdadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadce


Comments

No comments written yet.

Please login to write comment.