Color Hex Logo

#bebaf9 Color Hex

#BEBAF9
(190,186,249)
0 Favorites   0 Comments

Color spaces of #bebaf9

RGB 190186249
HSL0.680.840.85
HSV244°25°98°
CMYK 0.240.250.00   0.02
XYZ55.893052.904596.8882
Yxy52.90450.27170.2572
Hunter Lab72.73559.8798-28.0631
CIE-Lab77.818614.5089-30.6122

#bebaf9 color RGB value is (190,186,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11111001
Octal 276 272 371
Decimal 190 186 249
Hex BE BA F9

RGB Percentages of Color #bebaf9

%30.40
%29.76
%39.84

CMYK Percentages of Color #bebaf9

%24
%25
%0
%2

Triadic Colors of #bebaf9

#bebaf9 #f9beba #baf9be

Analogous Colors of #bebaf9

#bebaf9 #debaf9 #bad6f9

Monochromatic Colors of #bebaf9

#bebaf9

Complementary Color

#bebaf9 #f5f9ba

#bebaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebaf9 Color CSS Codes

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

#bebaf9 Text Font Color

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

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


#bebaf9 Background Color

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

This div background color is #bebaf9


#bebaf9 Border Color

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

This div border color is #bebaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebaf9


Comments

No comments written yet.

Please login to write comment.