Color Hex Logo

#bdbfef Color Hex

#BDBFEF
(189,191,239)
0 Favorites   0 Comments

Color spaces of #bdbfef

RGB 189191239
HSL0.660.610.84
HSV238°21°94°
CMYK 0.210.200.00   0.06
XYZ55.197154.312489.2355
Yxy54.31240.27770.2733
Hunter Lab73.69694.7222-20.2031
CIE-Lab78.64359.2073-23.9856

#bdbfef color RGB value is (189,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11101111
Octal 275 277 357
Decimal 189 191 239
Hex BD BF EF

RGB Percentages of Color #bdbfef

%30.53
%30.86
%38.61

CMYK Percentages of Color #bdbfef

%21
%20
%0
%6

Triadic Colors of #bdbfef

#bdbfef #efbdbf #bfefbd

Analogous Colors of #bdbfef

#bdbfef #d4bdef #bdd8ef

Monochromatic Colors of #bdbfef

#bdbfef

Complementary Color

#bdbfef #efedbd

#bdbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfef Color CSS Codes

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

#bdbfef Text Font Color

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

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


#bdbfef Background Color

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

This div background color is #bdbfef


#bdbfef Border Color

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

This div border color is #bdbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfef


Comments

No comments written yet.

Please login to write comment.