Color Hex Logo

#bae5fc Color Hex

#BAE5FC
(186,229,252)
0 Favorites   0 Comments

Color spaces of #bae5fc

RGB 186229252
HSL0.560.920.86
HSV201°26°99°
CMYK 0.260.090.00   0.01
XYZ65.839773.5060102.8134
Yxy73.50600.27190.3035
Hunter Lab85.7356-12.9603-11.0851
CIE-Lab88.6885-8.8387-15.7151

#bae5fc color RGB value is (186,229,252).

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

The process color (four color CMYK) of #bae5fc color hex is 0.26, 0.09, 0.00, 0.01. Web safe color of #bae5fc is #ccccff. Color #bae5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 11111100
Octal 272 345 374
Decimal 186 229 252
Hex BA E5 FC

RGB Percentages of Color #bae5fc

%27.89
%34.33
%37.78

CMYK Percentages of Color #bae5fc

%26
%9
%0
%1

Triadic Colors of #bae5fc

#bae5fc #fcbae5 #e5fcba

Analogous Colors of #bae5fc

#bae5fc #bac4fc #bafcf2

Monochromatic Colors of #bae5fc

#bae5fc

Complementary Color

#bae5fc #fcd1ba

#bae5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae5fc Color CSS Codes

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

#bae5fc Text Font Color

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

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


#bae5fc Background Color

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

This div background color is #bae5fc


#bae5fc Border Color

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

This div border color is #bae5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae5fc


Comments

No comments written yet.

Please login to write comment.