Color Hex Logo

#bae9fe Color Hex

#BAE9FE
(186,233,254)
0 Favorites   0 Comments

Color spaces of #bae9fe

RGB 186233254
HSL0.550.970.86
HSV199°27°100°
CMYK 0.270.080.00   0.00
XYZ67.278075.8727104.8649
Yxy75.87270.27130.3059
Hunter Lab87.1049-14.5640-10.4053
CIE-Lab89.8002-10.4322-15.0948

#bae9fe color RGB value is (186,233,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 11111110
Octal 272 351 376
Decimal 186 233 254
Hex BA E9 FE

RGB Percentages of Color #bae9fe

%27.64
%34.62
%37.74

CMYK Percentages of Color #bae9fe

%27
%8
%0
%0

Triadic Colors of #bae9fe

#bae9fe #febae9 #e9feba

Analogous Colors of #bae9fe

#bae9fe #bac7fe #bafef1

Monochromatic Colors of #bae9fe

#bae9fe

Complementary Color

#bae9fe #fecfba

#bae9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9fe Color CSS Codes

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

#bae9fe Text Font Color

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

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


#bae9fe Background Color

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

This div background color is #bae9fe


#bae9fe Border Color

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

This div border color is #bae9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.