Color Hex Logo

#bae2fe Color Hex

#BAE2FE
(186,226,254)
0 Favorites   0 Comments

Color spaces of #bae2fe

RGB 186226254
HSL0.570.970.86
HSV205°27°100°
CMYK 0.270.110.00   0.00
XYZ65.335471.9876104.2174
Yxy71.98760.27050.2980
Hunter Lab84.8455-11.0255-13.4352
CIE-Lab87.9626-6.8424-17.8557

#bae2fe color RGB value is (186,226,254).

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

The process color (four color CMYK) of #bae2fe color hex is 0.27, 0.11, 0.00, 0.00. Web safe color of #bae2fe is #ccccff. Color #bae2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 11111110
Octal 272 342 376
Decimal 186 226 254
Hex BA E2 FE

RGB Percentages of Color #bae2fe

%27.93
%33.93
%38.14

CMYK Percentages of Color #bae2fe

%27
%11
%0
%0

Triadic Colors of #bae2fe

#bae2fe #febae2 #e2feba

Analogous Colors of #bae2fe

#bae2fe #bac0fe #bafef8

Monochromatic Colors of #bae2fe

#bae2fe

Complementary Color

#bae2fe #fed6ba

#bae2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae2fe Color CSS Codes

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

#bae2fe Text Font Color

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

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


#bae2fe Background Color

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

This div background color is #bae2fe


#bae2fe Border Color

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

This div border color is #bae2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae2fe


Comments

No comments written yet.

Please login to write comment.