Color Hex Logo

#bebadf Color Hex

#BEBADF
(190,186,223)
0 Favorites   0 Comments

Color spaces of #bebadf

RGB 190186223
HSL0.680.370.80
HSV246°17°87°
CMYK 0.150.170.00   0.13
XYZ52.113451.392776.9851
Yxy51.39270.28870.2847
Hunter Lab71.68874.3036-13.4883
CIE-Lab76.91638.7347-17.9740

#bebadf color RGB value is (190,186,223).

#bebadf hex color red value is 190, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bebadf hue: 0.68 , saturation: 0.37 and the lightness value of bebadf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11011111
Octal 276 272 337
Decimal 190 186 223
Hex BE BA DF

RGB Percentages of Color #bebadf

%31.72
%31.05
%37.23

CMYK Percentages of Color #bebadf

%15
%17
%0
%13

Triadic Colors of #bebadf

#bebadf #dfbeba #badfbe

Analogous Colors of #bebadf

#bebadf #d1badf #bac9df

Monochromatic Colors of #bebadf

#bebadf

Complementary Color

#bebadf #dbdfba

#bebadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebadf Color CSS Codes

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

#bebadf Text Font Color

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

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


#bebadf Background Color

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

This div background color is #bebadf


#bebadf Border Color

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

This div border color is #bebadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebadf


Comments

No comments written yet.

Please login to write comment.