Color Hex Logo

#baebfe Color Hex

#BAEBFE
(186,235,254)
0 Favorites   0 Comments

Color spaces of #baebfe

RGB 186235254
HSL0.550.970.86
HSV197°27°100°
CMYK 0.270.070.00   0.00
XYZ67.847477.0115105.0547
Yxy77.01150.27150.3082
Hunter Lab87.7562-15.5687-9.5479
CIE-Lab90.3269-11.4489-14.3057

#baebfe color RGB value is (186,235,254).

#baebfe hex color red value is 186, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #baebfe hue: 0.55 , saturation: 0.97 and the lightness value of baebfe is 0.86.

The process color (four color CMYK) of #baebfe color hex is 0.27, 0.07, 0.00, 0.00. Web safe color of #baebfe is #ccffff. Color #baebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11111110
Octal 272 353 376
Decimal 186 235 254
Hex BA EB FE

RGB Percentages of Color #baebfe

%27.56
%34.81
%37.63

CMYK Percentages of Color #baebfe

%27
%7
%0
%0

Triadic Colors of #baebfe

#baebfe #febaeb #ebfeba

Analogous Colors of #baebfe

#baebfe #bac9fe #bafeef

Monochromatic Colors of #baebfe

#baebfe

Complementary Color

#baebfe #fecdba

#baebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebfe Color CSS Codes

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

#baebfe Text Font Color

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

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


#baebfe Background Color

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

This div background color is #baebfe


#baebfe Border Color

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

This div border color is #baebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebfe

Related Colors

#baebfe Color Palettes


Comments

No comments written yet.

Please login to write comment.