Color Hex Logo

#bdbfda Color Hex

#BDBFDA
(189,191,218)
0 Favorites   0 Comments

Color spaces of #bdbfda

RGB 189191218
HSL0.660.280.80
HSV236°13°85°
CMYK 0.130.120.00   0.15
XYZ52.272053.142473.8321
Yxy53.14240.29160.2965
Hunter Lab72.89880.4202-9.0199
CIE-Lab77.95904.6549-13.7098

#bdbfda color RGB value is (189,191,218).

#bdbfda hex color red value is 189, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdbfda hue: 0.66 , saturation: 0.28 and the lightness value of bdbfda is 0.80.

The process color (four color CMYK) of #bdbfda color hex is 0.13, 0.12, 0.00, 0.15. Web safe color of #bdbfda is #cccccc. Color #bdbfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11011010
Octal 275 277 332
Decimal 189 191 218
Hex BD BF DA

RGB Percentages of Color #bdbfda

%31.61
%31.94
%36.45

CMYK Percentages of Color #bdbfda

%13
%12
%0
%15

Triadic Colors of #bdbfda

#bdbfda #dabdbf #bfdabd

Analogous Colors of #bdbfda

#bdbfda #cabdda #bdceda

Monochromatic Colors of #bdbfda

#bdbfda

Complementary Color

#bdbfda #dad8bd

#bdbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfda Color CSS Codes

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

#bdbfda Text Font Color

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

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


#bdbfda Background Color

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

This div background color is #bdbfda


#bdbfda Border Color

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

This div border color is #bdbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfda


Comments

No comments written yet.

Please login to write comment.