Color Hex Logo

#bebfeb Color Hex

#BEBFEB
(190,191,235)
0 Favorites   0 Comments

Color spaces of #bebfeb

RGB 190191235
HSL0.660.530.83
HSV239°19°92°
CMYK 0.190.190.00   0.08
XYZ54.861454.206986.1687
Yxy54.20690.28100.2776
Hunter Lab73.62534.1637-17.8534
CIE-Lab78.58228.6242-21.9221

#bebfeb color RGB value is (190,191,235).

#bebfeb hex color red value is 190, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bebfeb hue: 0.66 , saturation: 0.53 and the lightness value of bebfeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11101011
Octal 276 277 353
Decimal 190 191 235
Hex BE BF EB

RGB Percentages of Color #bebfeb

%30.84
%31.01
%38.15

CMYK Percentages of Color #bebfeb

%19
%19
%0
%8

Triadic Colors of #bebfeb

#bebfeb #ebbebf #bfebbe

Analogous Colors of #bebfeb

#bebfeb #d4beeb #bed6eb

Monochromatic Colors of #bebfeb

#bebfeb

Complementary Color

#bebfeb #ebeabe

#bebfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfeb Color CSS Codes

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

#bebfeb Text Font Color

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

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


#bebfeb Background Color

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

This div background color is #bebfeb


#bebfeb Border Color

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

This div border color is #bebfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,191,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 #bebfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfeb


Comments

No comments written yet.

Please login to write comment.