Color Hex Logo

#bdbedf Color Hex

#BDBEDF
(189,190,223)
0 Favorites   0 Comments

Color spaces of #bdbedf

RGB 189190223
HSL0.660.350.81
HSV238°15°87°
CMYK 0.150.150.00   0.13
XYZ52.719052.973477.2583
Yxy52.97340.28820.2896
Hunter Lab72.78281.9235-11.9878
CIE-Lab77.85936.2491-16.5586

#bdbedf color RGB value is (189,190,223).

#bdbedf hex color red value is 189, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bdbedf hue: 0.66 , saturation: 0.35 and the lightness value of bdbedf is 0.81.

The process color (four color CMYK) of #bdbedf color hex is 0.15, 0.15, 0.00, 0.13. Web safe color of #bdbedf is #cccccc. Color #bdbedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11011111
Octal 275 276 337
Decimal 189 190 223
Hex BD BE DF

RGB Percentages of Color #bdbedf

%31.40
%31.56
%37.04

CMYK Percentages of Color #bdbedf

%15
%15
%0
%13

Triadic Colors of #bdbedf

#bdbedf #dfbdbe #bedfbd

Analogous Colors of #bdbedf

#bdbedf #cdbddf #bdcfdf

Monochromatic Colors of #bdbedf

#bdbedf

Complementary Color

#bdbedf #dfdebd

#bdbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbedf Color CSS Codes

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

#bdbedf Text Font Color

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

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


#bdbedf Background Color

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

This div background color is #bdbedf


#bdbedf Border Color

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

This div border color is #bdbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbedf


Comments

No comments written yet.

Please login to write comment.