Color Hex Logo

#bebadb Color Hex

#BEBADB
(190,186,219)
0 Favorites   0 Comments

Color spaces of #bebadb

RGB 190186219
HSL0.690.310.79
HSV247°15°86°
CMYK 0.130.150.00   0.14
XYZ51.580351.179474.1779
Yxy51.17940.29150.2893
Hunter Lab71.53983.5042-11.3985
CIE-Lab76.78767.8893-16.0034

#bebadb color RGB value is (190,186,219).

#bebadb hex color red value is 190, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bebadb hue: 0.69 , saturation: 0.31 and the lightness value of bebadb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11011011
Octal 276 272 333
Decimal 190 186 219
Hex BE BA DB

RGB Percentages of Color #bebadb

%31.93
%31.26
%36.81

CMYK Percentages of Color #bebadb

%13
%15
%0
%14

Triadic Colors of #bebadb

#bebadb #dbbeba #badbbe

Analogous Colors of #bebadb

#bebadb #cfbadb #bac7db

Monochromatic Colors of #bebadb

#bebadb

Complementary Color

#bebadb #d7dbba

#bebadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebadb Color CSS Codes

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

#bebadb Text Font Color

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

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


#bebadb Background Color

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

This div background color is #bebadb


#bebadb Border Color

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

This div border color is #bebadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebadb


Comments

No comments written yet.

Please login to write comment.