Color Hex Logo

#bdadcf Color Hex

#BDADCF
(189,173,207)
0 Favorites   0 Comments

Color spaces of #bdadcf

RGB 189173207
HSL0.750.260.75
HSV268°16°81°
CMYK 0.090.160.00   0.19
XYZ47.192345.211065.2708
Yxy45.21100.29930.2867
Hunter Lab67.23917.6131-10.4870
CIE-Lab73.030612.1736-15.1347

#bdadcf color RGB value is (189,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11001111
Octal 275 255 317
Decimal 189 173 207
Hex BD AD CF

RGB Percentages of Color #bdadcf

%33.22
%30.40
%36.38

CMYK Percentages of Color #bdadcf

%9
%16
%0
%19

Triadic Colors of #bdadcf

#bdadcf #cfbdad #adcfbd

Analogous Colors of #bdadcf

#bdadcf #ceadcf #adaecf

Monochromatic Colors of #bdadcf

#bdadcf

Complementary Color

#bdadcf #bfcfad

#bdadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadcf Color CSS Codes

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

#bdadcf Text Font Color

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

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


#bdadcf Background Color

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

This div background color is #bdadcf


#bdadcf Border Color

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

This div border color is #bdadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadcf


Comments

No comments written yet.

Please login to write comment.