Color Hex Logo

#bdbdeb Color Hex

#BDBDEB
(189,189,235)
0 Favorites   0 Comments

Color spaces of #bdbdeb

RGB 189189235
HSL0.670.530.83
HSV240°20°92°
CMYK 0.200.200.00   0.08
XYZ54.179353.212286.0127
Yxy53.21220.28010.2751
Hunter Lab72.94674.9196-18.8472
CIE-Lab78.00019.4007-22.8141

#bdbdeb color RGB value is (189,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11101011
Octal 275 275 353
Decimal 189 189 235
Hex BD BD EB

RGB Percentages of Color #bdbdeb

%30.83
%30.83
%38.34

CMYK Percentages of Color #bdbdeb

%20
%20
%0
%8

Triadic Colors of #bdbdeb

#bdbdeb #ebbdbd #bdebbd

Analogous Colors of #bdbdeb

#bdbdeb #d4bdeb #bdd4eb

Monochromatic Colors of #bdbdeb

#bdbdeb

Complementary Color

#bdbdeb #ebebbd

#bdbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdeb Color CSS Codes

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

#bdbdeb Text Font Color

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

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


#bdbdeb Background Color

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

This div background color is #bdbdeb


#bdbdeb Border Color

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

This div border color is #bdbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdeb


Comments

No comments written yet.

Please login to write comment.