Color Hex Logo

#bebafa Color Hex

#BEBAFA
(190,186,250)
0 Favorites   0 Comments

Color spaces of #bebafa

RGB 190186250
HSL0.680.860.85
HSV244°26°98°
CMYK 0.240.260.00   0.02
XYZ56.049452.967197.7120
Yxy52.96710.27110.2562
Hunter Lab72.778510.1070-28.6575
CIE-Lab77.855614.7398-31.0921

#bebafa color RGB value is (190,186,250).

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

The process color (four color CMYK) of #bebafa color hex is 0.24, 0.26, 0.00, 0.02. Web safe color of #bebafa is #ccccff. Color #bebafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11111010
Octal 276 272 372
Decimal 190 186 250
Hex BE BA FA

RGB Percentages of Color #bebafa

%30.35
%29.71
%39.94

CMYK Percentages of Color #bebafa

%24
%26
%0
%2

Triadic Colors of #bebafa

#bebafa #fabeba #bafabe

Analogous Colors of #bebafa

#bebafa #debafa #bad6fa

Monochromatic Colors of #bebafa

#bebafa

Complementary Color

#bebafa #f6faba

#bebafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebafa Color CSS Codes

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

#bebafa Text Font Color

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

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


#bebafa Background Color

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

This div background color is #bebafa


#bebafa Border Color

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

This div border color is #bebafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebafa


Comments

No comments written yet.

Please login to write comment.