Color Hex Logo

#bae7fe Color Hex

#BAE7FE
(186,231,254)
0 Favorites   0 Comments

Color spaces of #bae7fe

RGB 186231254
HSL0.560.970.86
HSV200°27°100°
CMYK 0.270.090.00   0.00
XYZ66.715074.7467104.6772
Yxy74.74670.27100.3037
Hunter Lab86.4562-13.5565-11.2663
CIE-Lab89.2742-9.4115-15.8837

#bae7fe color RGB value is (186,231,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 11111110
Octal 272 347 376
Decimal 186 231 254
Hex BA E7 FE

RGB Percentages of Color #bae7fe

%27.72
%34.43
%37.85

CMYK Percentages of Color #bae7fe

%27
%9
%0
%0

Triadic Colors of #bae7fe

#bae7fe #febae7 #e7feba

Analogous Colors of #bae7fe

#bae7fe #bac5fe #bafef3

Monochromatic Colors of #bae7fe

#bae7fe

Complementary Color

#bae7fe #fed1ba

#bae7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae7fe Color CSS Codes

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

#bae7fe Text Font Color

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

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


#bae7fe Background Color

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

This div background color is #bae7fe


#bae7fe Border Color

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

This div border color is #bae7fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,231,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 #bae7fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.