Color Hex Logo

#bebade Color Hex

#BEBADE
(190,186,222)
0 Favorites   0 Comments

Color spaces of #bebade

RGB 190186222
HSL0.690.350.80
HSV247°16°87°
CMYK 0.140.160.00   0.13
XYZ51.978951.338976.2771
Yxy51.33890.28940.2859
Hunter Lab71.65124.1022-12.9621
CIE-Lab76.88388.5221-17.4821

#bebade color RGB value is (190,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11011110
Octal 276 272 336
Decimal 190 186 222
Hex BE BA DE

RGB Percentages of Color #bebade

%31.77
%31.10
%37.12

CMYK Percentages of Color #bebade

%14
%16
%0
%13

Triadic Colors of #bebade

#bebade #debeba #badebe

Analogous Colors of #bebade

#bebade #d0bade #bac8de

Monochromatic Colors of #bebade

#bebade

Complementary Color

#bebade #dadeba

#bebade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebade Color CSS Codes

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

#bebade Text Font Color

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

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


#bebade Background Color

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

This div background color is #bebade


#bebade Border Color

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

This div border color is #bebade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebade


Comments

No comments written yet.

Please login to write comment.