Color Hex Logo

#beb9eb Color Hex

#BEB9EB
(190,185,235)
0 Favorites   0 Comments

Color spaces of #beb9eb

RGB 190185235
HSL0.680.560.82
HSV246°21°92°
CMYK 0.190.210.00   0.08
XYZ53.579651.643285.7415
Yxy51.64320.28060.2704
Hunter Lab71.86327.3250-20.4359
CIE-Lab77.067011.8875-24.2284

#beb9eb color RGB value is (190,185,235).

#beb9eb hex color red value is 190, green value is 185 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #beb9eb hue: 0.68 , saturation: 0.56 and the lightness value of beb9eb is 0.82.

The process color (four color CMYK) of #beb9eb color hex is 0.19, 0.21, 0.00, 0.08. Web safe color of #beb9eb is #ccccff. Color #beb9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 11101011
Octal 276 271 353
Decimal 190 185 235
Hex BE B9 EB

RGB Percentages of Color #beb9eb

%31.15
%30.33
%38.52

CMYK Percentages of Color #beb9eb

%19
%21
%0
%8

Triadic Colors of #beb9eb

#beb9eb #ebbeb9 #b9ebbe

Analogous Colors of #beb9eb

#beb9eb #d7b9eb #b9cdeb

Monochromatic Colors of #beb9eb

#beb9eb

Complementary Color

#beb9eb #e6ebb9

#beb9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb9eb Color CSS Codes

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

#beb9eb Text Font Color

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

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


#beb9eb Background Color

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

This div background color is #beb9eb


#beb9eb Border Color

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

This div border color is #beb9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb9eb


Comments

No comments written yet.

Please login to write comment.