Color Hex Logo

#bdbcef Color Hex

#BDBCEF
(189,188,239)
0 Favorites   0 Comments

Color spaces of #bdbcef

RGB 189188239
HSL0.670.610.84
HSV241°21°94°
CMYK 0.210.210.00   0.06
XYZ54.549553.017389.0196
Yxy53.01730.27750.2697
Hunter Lab72.81306.3046-21.5176
CIE-Lab77.885210.8381-25.1420

#bdbcef color RGB value is (189,188,239).

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

The process color (four color CMYK) of #bdbcef color hex is 0.21, 0.21, 0.00, 0.06. Web safe color of #bdbcef is #ccccff. Color #bdbcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11101111
Octal 275 274 357
Decimal 189 188 239
Hex BD BC EF

RGB Percentages of Color #bdbcef

%30.68
%30.52
%38.80

CMYK Percentages of Color #bdbcef

%21
%21
%0
%6

Triadic Colors of #bdbcef

#bdbcef #efbdbc #bcefbd

Analogous Colors of #bdbcef

#bdbcef #d7bcef #bcd5ef

Monochromatic Colors of #bdbcef

#bdbcef

Complementary Color

#bdbcef #eeefbc

#bdbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcef Color CSS Codes

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

#bdbcef Text Font Color

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

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


#bdbcef Background Color

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

This div background color is #bdbcef


#bdbcef Border Color

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

This div border color is #bdbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcef


Comments

No comments written yet.

Please login to write comment.