Color Hex Logo

#bebfee Color Hex

#BEBFEE
(190,191,238)
0 Favorites   0 Comments

Color spaces of #bebfee

RGB 190191238
HSL0.660.590.84
HSV239°20°93°
CMYK 0.200.200.00   0.07
XYZ55.298654.381888.4711
Yxy54.38180.27910.2744
Hunter Lab73.74404.8002-19.5097
CIE-Lab78.68389.2891-23.3801

#bebfee color RGB value is (190,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11101110
Octal 276 277 356
Decimal 190 191 238
Hex BE BF EE

RGB Percentages of Color #bebfee

%30.69
%30.86
%38.45

CMYK Percentages of Color #bebfee

%20
%20
%0
%7

Triadic Colors of #bebfee

#bebfee #eebebf #bfeebe

Analogous Colors of #bebfee

#bebfee #d5beee #bed7ee

Monochromatic Colors of #bebfee

#bebfee

Complementary Color

#bebfee #eeedbe

#bebfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfee Color CSS Codes

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

#bebfee Text Font Color

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

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


#bebfee Background Color

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

This div background color is #bebfee


#bebfee Border Color

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

This div border color is #bebfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfee


Comments

No comments written yet.

Please login to write comment.