Color Hex Logo

#bdbafd Color Hex

#BDBAFD
(189,186,253)
0 Favorites   0 Comments

Color spaces of #bdbafd

RGB 189186253
HSL0.670.940.86
HSV243°26°99°
CMYK 0.250.260.00   0.01
XYZ56.274853.0285100.1980
Yxy53.02850.26860.2531
Hunter Lab72.820710.5061-30.6059
CIE-Lab77.891815.1449-32.6519

#bdbafd color RGB value is (189,186,253).

#bdbafd hex color red value is 189, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bdbafd hue: 0.67 , saturation: 0.94 and the lightness value of bdbafd is 0.86.

The process color (four color CMYK) of #bdbafd color hex is 0.25, 0.26, 0.00, 0.01. Web safe color of #bdbafd is #ccccff. Color #bdbafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11111101
Octal 275 272 375
Decimal 189 186 253
Hex BD BA FD

RGB Percentages of Color #bdbafd

%30.10
%29.62
%40.29

CMYK Percentages of Color #bdbafd

%25
%26
%0
%1

Triadic Colors of #bdbafd

#bdbafd #fdbdba #bafdbd

Analogous Colors of #bdbafd

#bdbafd #dfbafd #bad9fd

Monochromatic Colors of #bdbafd

#bdbafd

Complementary Color

#bdbafd #fafdba

#bdbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbafd Color CSS Codes

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

#bdbafd Text Font Color

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

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


#bdbafd Background Color

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

This div background color is #bdbafd


#bdbafd Border Color

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

This div border color is #bdbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbafd


Comments

No comments written yet.

Please login to write comment.