Color Hex Logo

#bebadc Color Hex

#BEBADC
(190,186,220)
0 Favorites   0 Comments

Color spaces of #bebadc

RGB 190186220
HSL0.690.330.80
HSV247°15°86°
CMYK 0.140.150.00   0.14
XYZ51.712451.232374.8734
Yxy51.23230.29080.2881
Hunter Lab71.57673.7025-11.9170
CIE-Lab76.81958.0994-16.4966

#bebadc color RGB value is (190,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11011100
Octal 276 272 334
Decimal 190 186 220
Hex BE BA DC

RGB Percentages of Color #bebadc

%31.88
%31.21
%36.91

CMYK Percentages of Color #bebadc

%14
%15
%0
%14

Triadic Colors of #bebadc

#bebadc #dcbeba #badcbe

Analogous Colors of #bebadc

#bebadc #cfbadc #bac7dc

Monochromatic Colors of #bebadc

#bebadc

Complementary Color

#bebadc #d8dcba

#bebadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebadc Color CSS Codes

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

#bebadc Text Font Color

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

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


#bebadc Background Color

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

This div background color is #bebadc


#bebadc Border Color

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

This div border color is #bebadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebadc


Comments

No comments written yet.

Please login to write comment.