Color Hex Logo

#bdbce8 Color Hex

#BDBCE8
(189,188,232)
0 Favorites   0 Comments

Color spaces of #bdbce8

RGB 189188232
HSL0.670.490.82
HSV241°19°91°
CMYK 0.190.190.00   0.09
XYZ53.535052.611583.6774
Yxy52.61150.28200.2772
Hunter Lab72.53384.8113-17.6253
CIE-Lab77.64519.2812-21.7376

#bdbce8 color RGB value is (189,188,232).

#bdbce8 hex color red value is 189, green value is 188 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bdbce8 hue: 0.67 , saturation: 0.49 and the lightness value of bdbce8 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11101000
Octal 275 274 350
Decimal 189 188 232
Hex BD BC E8

RGB Percentages of Color #bdbce8

%31.03
%30.87
%38.10

CMYK Percentages of Color #bdbce8

%19
%19
%0
%9

Triadic Colors of #bdbce8

#bdbce8 #e8bdbc #bce8bd

Analogous Colors of #bdbce8

#bdbce8 #d3bce8 #bcd1e8

Monochromatic Colors of #bdbce8

#bdbce8

Complementary Color

#bdbce8 #e7e8bc

#bdbce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbce8 Color CSS Codes

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

#bdbce8 Text Font Color

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

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


#bdbce8 Background Color

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

This div background color is #bdbce8


#bdbce8 Border Color

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

This div border color is #bdbce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbce8


Comments

No comments written yet.

Please login to write comment.