Color Hex Logo

#bebae8 Color Hex

#BEBAE8
(190,186,232)
0 Favorites   0 Comments

Color spaces of #bebae8

RGB 190186232
HSL0.680.500.82
HSV245°20°91°
CMYK 0.180.200.00   0.09
XYZ53.359651.891283.5476
Yxy51.89120.28260.2748
Hunter Lab72.03556.1599-18.3403
CIE-Lab77.215710.6803-22.3831

#bebae8 color RGB value is (190,186,232).

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

The process color (four color CMYK) of #bebae8 color hex is 0.18, 0.20, 0.00, 0.09. Web safe color of #bebae8 is #ccccff. Color #bebae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11101000
Octal 276 272 350
Decimal 190 186 232
Hex BE BA E8

RGB Percentages of Color #bebae8

%31.25
%30.59
%38.16

CMYK Percentages of Color #bebae8

%18
%20
%0
%9

Triadic Colors of #bebae8

#bebae8 #e8beba #bae8be

Analogous Colors of #bebae8

#bebae8 #d5bae8 #bacde8

Monochromatic Colors of #bebae8

#bebae8

Complementary Color

#bebae8 #e4e8ba

#bebae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebae8 Color CSS Codes

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

#bebae8 Text Font Color

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

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


#bebae8 Background Color

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

This div background color is #bebae8


#bebae8 Border Color

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

This div border color is #bebae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebae8


Comments

No comments written yet.

Please login to write comment.