Color Hex Logo

#beb5ed Color Hex

#BEB5ED
(190,181,237)
0 Favorites   0 Comments

Color spaces of #beb5ed

RGB 190181237
HSL0.690.610.82
HSV250°24°93°
CMYK 0.200.240.00   0.07
XYZ53.045150.109386.9970
Yxy50.10930.27900.2635
Hunter Lab70.78799.8805-23.3147
CIE-Lab76.136314.5210-26.7301

#beb5ed color RGB value is (190,181,237).

#beb5ed hex color red value is 190, green value is 181 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #beb5ed hue: 0.69 , saturation: 0.61 and the lightness value of beb5ed is 0.82.

The process color (four color CMYK) of #beb5ed color hex is 0.20, 0.24, 0.00, 0.07. Web safe color of #beb5ed is #ccccff. Color #beb5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 11101101
Octal 276 265 355
Decimal 190 181 237
Hex BE B5 ED

RGB Percentages of Color #beb5ed

%31.25
%29.77
%38.98

CMYK Percentages of Color #beb5ed

%20
%24
%0
%7

Triadic Colors of #beb5ed

#beb5ed #edbeb5 #b5edbe

Analogous Colors of #beb5ed

#beb5ed #dab5ed #b5c8ed

Monochromatic Colors of #beb5ed

#beb5ed

Complementary Color

#beb5ed #e4edb5

#beb5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb5ed Color CSS Codes

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

#beb5ed Text Font Color

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

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


#beb5ed Background Color

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

This div background color is #beb5ed


#beb5ed Border Color

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

This div border color is #beb5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb5ed


Comments

No comments written yet.

Please login to write comment.