Color Hex Logo

#bebaee Color Hex

#BEBAEE
(190,186,238)
0 Favorites   0 Comments

Color spaces of #bebaee

RGB 190186238
HSL0.680.600.83
HSV245°22°93°
CMYK 0.200.220.00   0.07
XYZ54.226752.238088.1138
Yxy52.23800.27870.2685
Hunter Lab72.27597.4412-21.6892
CIE-Lab77.422912.0094-25.3025

#bebaee color RGB value is (190,186,238).

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

The process color (four color CMYK) of #bebaee color hex is 0.20, 0.22, 0.00, 0.07. Web safe color of #bebaee is #ccccff. Color #bebaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11101110
Octal 276 272 356
Decimal 190 186 238
Hex BE BA EE

RGB Percentages of Color #bebaee

%30.94
%30.29
%38.76

CMYK Percentages of Color #bebaee

%20
%22
%0
%7

Triadic Colors of #bebaee

#bebaee #eebeba #baeebe

Analogous Colors of #bebaee

#bebaee #d8baee #bad0ee

Monochromatic Colors of #bebaee

#bebaee

Complementary Color

#bebaee #eaeeba

#bebaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebaee Color CSS Codes

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

#bebaee Text Font Color

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

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


#bebaee Background Color

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

This div background color is #bebaee


#bebaee Border Color

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

This div border color is #bebaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebaee


Comments

No comments written yet.

Please login to write comment.