Color Hex Logo

#bebaf5 Color Hex

#BEBAF5
(190,186,245)
0 Favorites   0 Comments

Color spaces of #bebaf5

RGB 190186245
HSL0.680.750.85
HSV244°24°96°
CMYK 0.220.240.00   0.04
XYZ55.275552.657593.6368
Yxy52.65750.27420.2612
Hunter Lab72.56558.9797-25.7106
CIE-Lab77.672313.5909-28.6879

#bebaf5 color RGB value is (190,186,245).

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

The process color (four color CMYK) of #bebaf5 color hex is 0.22, 0.24, 0.00, 0.04. Web safe color of #bebaf5 is #ccccff. Color #bebaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11110101
Octal 276 272 365
Decimal 190 186 245
Hex BE BA F5

RGB Percentages of Color #bebaf5

%30.60
%29.95
%39.45

CMYK Percentages of Color #bebaf5

%22
%24
%0
%4

Triadic Colors of #bebaf5

#bebaf5 #f5beba #baf5be

Analogous Colors of #bebaf5

#bebaf5 #dcbaf5 #bad4f5

Monochromatic Colors of #bebaf5

#bebaf5

Complementary Color

#bebaf5 #f1f5ba

#bebaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebaf5 Color CSS Codes

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

#bebaf5 Text Font Color

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

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


#bebaf5 Background Color

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

This div background color is #bebaf5


#bebaf5 Border Color

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

This div border color is #bebaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebaf5


Comments

No comments written yet.

Please login to write comment.