Color Hex Logo

#bdb8eb Color Hex

#BDB8EB
(189,184,235)
0 Favorites   0 Comments

Color spaces of #bdb8eb

RGB 189184235
HSL0.680.560.82
HSV246°22°92°
CMYK 0.200.220.00   0.08
XYZ53.122251.098085.6603
Yxy51.09800.27980.2691
Hunter Lab71.48297.5565-21.0112
CIE-Lab76.738312.1254-24.7367

#bdb8eb color RGB value is (189,184,235).

#bdb8eb hex color red value is 189, green value is 184 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdb8eb hue: 0.68 , saturation: 0.56 and the lightness value of bdb8eb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 11101011
Octal 275 270 353
Decimal 189 184 235
Hex BD B8 EB

RGB Percentages of Color #bdb8eb

%31.09
%30.26
%38.65

CMYK Percentages of Color #bdb8eb

%20
%22
%0
%8

Triadic Colors of #bdb8eb

#bdb8eb #ebbdb8 #b8ebbd

Analogous Colors of #bdb8eb

#bdb8eb #d7b8eb #b8cdeb

Monochromatic Colors of #bdb8eb

#bdb8eb

Complementary Color

#bdb8eb #e6ebb8

#bdb8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb8eb Color CSS Codes

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

#bdb8eb Text Font Color

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

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


#bdb8eb Background Color

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

This div background color is #bdb8eb


#bdb8eb Border Color

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

This div border color is #bdb8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb8eb

#bdb8eb Color Palettes


Comments

No comments written yet.

Please login to write comment.