Color Hex Logo

#bdadfe Color Hex

#BDADFE
(189,173,254)
0 Favorites   0 Comments

Color spaces of #bdadfe

RGB 189173254
HSL0.700.980.84
HSV252°32°100°
CMYK 0.260.320.00   0.00
XYZ53.819247.8617100.1676
Yxy47.86170.26660.2371
Hunter Lab69.182217.7926-37.4174
CIE-Lab74.737622.5427-38.0705

#bdadfe color RGB value is (189,173,254).

#bdadfe hex color red value is 189, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bdadfe hue: 0.70 , saturation: 0.98 and the lightness value of bdadfe is 0.84.

The process color (four color CMYK) of #bdadfe color hex is 0.26, 0.32, 0.00, 0.00. Web safe color of #bdadfe is #cc99ff. Color #bdadfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11111110
Octal 275 255 376
Decimal 189 173 254
Hex BD AD FE

RGB Percentages of Color #bdadfe

%30.68
%28.08
%41.23

CMYK Percentages of Color #bdadfe

%26
%32
%0
%0

Triadic Colors of #bdadfe

#bdadfe #febdad #adfebd

Analogous Colors of #bdadfe

#bdadfe #e6adfe #adc6fe

Monochromatic Colors of #bdadfe

#bdadfe

Complementary Color

#bdadfe #eefead

#bdadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadfe Color CSS Codes

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

#bdadfe Text Font Color

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

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


#bdadfe Background Color

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

This div background color is #bdadfe


#bdadfe Border Color

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

This div border color is #bdadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadfe


Comments

No comments written yet.

Please login to write comment.