Color Hex Logo

#bebfec Color Hex

#BEBFEC
(190,191,236)
0 Favorites   0 Comments

Color spaces of #bebfec

RGB 190191236
HSL0.660.550.84
HSV239°19°93°
CMYK 0.190.190.00   0.07
XYZ55.006354.264986.9319
Yxy54.26490.28040.2766
Hunter Lab73.66474.3748-18.4030
CIE-Lab78.61598.8450-22.4086

#bebfec color RGB value is (190,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11101100
Octal 276 277 354
Decimal 190 191 236
Hex BE BF EC

RGB Percentages of Color #bebfec

%30.79
%30.96
%38.25

CMYK Percentages of Color #bebfec

%19
%19
%0
%7

Triadic Colors of #bebfec

#bebfec #ecbebf #bfecbe

Analogous Colors of #bebfec

#bebfec #d4beec #bed6ec

Monochromatic Colors of #bebfec

#bebfec

Complementary Color

#bebfec #ecebbe

#bebfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfec Color CSS Codes

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

#bebfec Text Font Color

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

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


#bebfec Background Color

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

This div background color is #bebfec


#bebfec Border Color

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

This div border color is #bebfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfec


Comments

No comments written yet.

Please login to write comment.