Color Hex Logo

#bdb9fe Color Hex

#BDB9FE
(189,185,254)
0 Favorites   0 Comments

Color spaces of #bdb9fe

RGB 189185254
HSL0.680.970.86
HSV243°27°100°
CMYK 0.260.270.00   0.00
XYZ56.224652.6725100.9694
Yxy52.67250.26790.2510
Hunter Lab72.575811.2765-31.6827
CIE-Lab77.681215.9277-33.5129

#bdb9fe color RGB value is (189,185,254).

#bdb9fe hex color red value is 189, green value is 185 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bdb9fe hue: 0.68 , saturation: 0.97 and the lightness value of bdb9fe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 11111110
Octal 275 271 376
Decimal 189 185 254
Hex BD B9 FE

RGB Percentages of Color #bdb9fe

%30.10
%29.46
%40.45

CMYK Percentages of Color #bdb9fe

%26
%27
%0
%0

Triadic Colors of #bdb9fe

#bdb9fe #febdb9 #b9febd

Analogous Colors of #bdb9fe

#bdb9fe #e0b9fe #b9d8fe

Monochromatic Colors of #bdb9fe

#bdb9fe

Complementary Color

#bdb9fe #fafeb9

#bdb9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb9fe Color CSS Codes

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

#bdb9fe Text Font Color

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

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


#bdb9fe Background Color

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

This div background color is #bdb9fe


#bdb9fe Border Color

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

This div border color is #bdb9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb9fe


Comments

No comments written yet.

Please login to write comment.