Color Hex Logo

#bdbefd Color Hex

#BDBEFD
(189,190,253)
0 Favorites   0 Comments

Color spaces of #bdbefd

RGB 189190253
HSL0.660.940.87
HSV239°25°99°
CMYK 0.250.250.00   0.01
XYZ57.129354.7376100.4829
Yxy54.73760.26900.2578
Hunter Lab73.98498.3598-28.7356
CIE-Lab78.889912.9573-31.1153

#bdbefd color RGB value is (189,190,253).

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

The process color (four color CMYK) of #bdbefd color hex is 0.25, 0.25, 0.00, 0.01. Web safe color of #bdbefd is #ccccff. Color #bdbefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11111101
Octal 275 276 375
Decimal 189 190 253
Hex BD BE FD

RGB Percentages of Color #bdbefd

%29.91
%30.06
%40.03

CMYK Percentages of Color #bdbefd

%25
%25
%0
%1

Triadic Colors of #bdbefd

#bdbefd #fdbdbe #befdbd

Analogous Colors of #bdbefd

#bdbefd #dcbdfd #bddefd

Monochromatic Colors of #bdbefd

#bdbefd

Complementary Color

#bdbefd #fdfcbd

#bdbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbefd Color CSS Codes

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

#bdbefd Text Font Color

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

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


#bdbefd Background Color

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

This div background color is #bdbefd


#bdbefd Border Color

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

This div border color is #bdbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbefd


Comments

No comments written yet.

Please login to write comment.