Color Hex Logo

#bdbfeb Color Hex

#BDBFEB
(189,191,235)
0 Favorites   0 Comments

Color spaces of #bdbfeb

RGB 189191235
HSL0.660.530.83
HSV237°20°92°
CMYK 0.200.190.00   0.08
XYZ54.612554.078686.1571
Yxy54.07860.28030.2775
Hunter Lab73.53823.8698-17.9873
CIE-Lab78.50758.3155-22.0426

#bdbfeb color RGB value is (189,191,235).

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

The process color (four color CMYK) of #bdbfeb color hex is 0.20, 0.19, 0.00, 0.08. Web safe color of #bdbfeb is #ccccff. Color #bdbfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11101011
Octal 275 277 353
Decimal 189 191 235
Hex BD BF EB

RGB Percentages of Color #bdbfeb

%30.73
%31.06
%38.21

CMYK Percentages of Color #bdbfeb

%20
%19
%0
%8

Triadic Colors of #bdbfeb

#bdbfeb #ebbdbf #bfebbd

Analogous Colors of #bdbfeb

#bdbfeb #d2bdeb #bdd6eb

Monochromatic Colors of #bdbfeb

#bdbfeb

Complementary Color

#bdbfeb #ebe9bd

#bdbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfeb Color CSS Codes

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

#bdbfeb Text Font Color

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

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


#bdbfeb Background Color

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

This div background color is #bdbfeb


#bdbfeb Border Color

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

This div border color is #bdbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfeb


Comments

No comments written yet.

Please login to write comment.