Color Hex Logo

#bdb6eb Color Hex

#BDB6EB
(189,182,235)
0 Favorites   0 Comments

Color spaces of #bdb6eb

RGB 189182235
HSL0.690.570.82
HSV248°23°92°
CMYK 0.200.230.00   0.08
XYZ52.709650.272985.5228
Yxy50.27290.27960.2667
Hunter Lab70.90348.6160-21.8825
CIE-Lab76.236513.2196-25.5032

#bdb6eb color RGB value is (189,182,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 11101011
Octal 275 266 353
Decimal 189 182 235
Hex BD B6 EB

RGB Percentages of Color #bdb6eb

%31.19
%30.03
%38.78

CMYK Percentages of Color #bdb6eb

%20
%23
%0
%8

Triadic Colors of #bdb6eb

#bdb6eb #ebbdb6 #b6ebbd

Analogous Colors of #bdb6eb

#bdb6eb #d8b6eb #b6caeb

Monochromatic Colors of #bdb6eb

#bdb6eb

Complementary Color

#bdb6eb #e4ebb6

#bdb6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb6eb Color CSS Codes

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

#bdb6eb Text Font Color

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

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


#bdb6eb Background Color

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

This div background color is #bdb6eb


#bdb6eb Border Color

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

This div border color is #bdb6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb6eb


Comments

No comments written yet.

Please login to write comment.