Color Hex Logo

#bebadd Color Hex

#BEBADD
(190,186,221)
0 Favorites   0 Comments

Color spaces of #bebadd

RGB 190186221
HSL0.690.340.80
HSV247°16°87°
CMYK 0.140.160.00   0.13
XYZ51.845351.285475.5731
Yxy51.28540.29010.2870
Hunter Lab71.61383.9021-12.4383
CIE-Lab76.85168.3106-16.9895

#bebadd color RGB value is (190,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11011101
Octal 276 272 335
Decimal 190 186 221
Hex BE BA DD

RGB Percentages of Color #bebadd

%31.83
%31.16
%37.02

CMYK Percentages of Color #bebadd

%14
%16
%0
%13

Triadic Colors of #bebadd

#bebadd #ddbeba #baddbe

Analogous Colors of #bebadd

#bebadd #d0badd #bac8dd

Monochromatic Colors of #bebadd

#bebadd

Complementary Color

#bebadd #d9ddba

#bebadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebadd Color CSS Codes

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

#bebadd Text Font Color

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

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


#bebadd Background Color

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

This div background color is #bebadd


#bebadd Border Color

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

This div border color is #bebadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebadd


Comments

No comments written yet.

Please login to write comment.