Color Hex Logo

#bdbfec Color Hex

#BDBFEC
(189,191,236)
0 Favorites   0 Comments

Color spaces of #bdbfec

RGB 189191236
HSL0.660.550.83
HSV237°20°93°
CMYK 0.200.190.00   0.07
XYZ54.757454.136586.9203
Yxy54.13650.27960.2765
Hunter Lab73.57754.0815-18.5376
CIE-Lab78.54138.5375-22.5291

#bdbfec color RGB value is (189,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11101100
Octal 275 277 354
Decimal 189 191 236
Hex BD BF EC

RGB Percentages of Color #bdbfec

%30.68
%31.01
%38.31

CMYK Percentages of Color #bdbfec

%20
%19
%0
%7

Triadic Colors of #bdbfec

#bdbfec #ecbdbf #bfecbd

Analogous Colors of #bdbfec

#bdbfec #d3bdec #bdd7ec

Monochromatic Colors of #bdbfec

#bdbfec

Complementary Color

#bdbfec #eceabd

#bdbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfec Color CSS Codes

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

#bdbfec Text Font Color

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

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


#bdbfec Background Color

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

This div background color is #bdbfec


#bdbfec Border Color

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

This div border color is #bdbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfec


Comments

No comments written yet.

Please login to write comment.