Color Hex Logo

#bebad8 Color Hex

#BEBAD8
(190,186,216)
0 Favorites   0 Comments

Color spaces of #bebad8

RGB 190186216
HSL0.690.280.79
HSV248°14°85°
CMYK 0.120.140.00   0.15
XYZ51.188851.022872.1162
Yxy51.02280.29360.2927
Hunter Lab71.43022.9149-9.8582
CIE-Lab76.69287.2632-14.5210

#bebad8 color RGB value is (190,186,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11011000
Octal 276 272 330
Decimal 190 186 216
Hex BE BA D8

RGB Percentages of Color #bebad8

%32.09
%31.42
%36.49

CMYK Percentages of Color #bebad8

%12
%14
%0
%15

Triadic Colors of #bebad8

#bebad8 #d8beba #bad8be

Analogous Colors of #bebad8

#bebad8 #cdbad8 #bac5d8

Monochromatic Colors of #bebad8

#bebad8

Complementary Color

#bebad8 #d4d8ba

#bebad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebad8 Color CSS Codes

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

#bebad8 Text Font Color

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

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


#bebad8 Background Color

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

This div background color is #bebad8


#bebad8 Border Color

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

This div border color is #bebad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebad8


Comments

No comments written yet.

Please login to write comment.