Color Hex Logo

#bebafc Color Hex

#BEBAFC
(190,186,252)
0 Favorites   0 Comments

Color spaces of #bebafc

RGB 190186252
HSL0.680.920.86
HSV244°26°99°
CMYK 0.250.260.00   0.01
XYZ56.364853.093299.3727
Yxy53.09320.26990.2542
Hunter Lab72.865110.5648-29.8536
CIE-Lab77.930015.2040-32.0505

#bebafc color RGB value is (190,186,252).

#bebafc hex color red value is 190, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bebafc hue: 0.68 , saturation: 0.92 and the lightness value of bebafc is 0.86.

The process color (four color CMYK) of #bebafc color hex is 0.25, 0.26, 0.00, 0.01. Web safe color of #bebafc is #ccccff. Color #bebafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11111100
Octal 276 272 374
Decimal 190 186 252
Hex BE BA FC

RGB Percentages of Color #bebafc

%30.25
%29.62
%40.13

CMYK Percentages of Color #bebafc

%25
%26
%0
%1

Triadic Colors of #bebafc

#bebafc #fcbeba #bafcbe

Analogous Colors of #bebafc

#bebafc #dfbafc #bad7fc

Monochromatic Colors of #bebafc

#bebafc

Complementary Color

#bebafc #f8fcba

#bebafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebafc Color CSS Codes

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

#bebafc Text Font Color

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

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


#bebafc Background Color

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

This div background color is #bebafc


#bebafc Border Color

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

This div border color is #bebafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebafc


Comments

No comments written yet.

Please login to write comment.