Color Hex Logo

#bae0fb Color Hex

#BAE0FB
(186,224,251)
0 Favorites   0 Comments

Color spaces of #bae0fb

RGB 186224251
HSL0.570.890.86
HSV205°26°98°
CMYK 0.260.110.00   0.02
XYZ64.317970.7154101.5263
Yxy70.71540.27190.2989
Hunter Lab84.0924-10.6365-12.7172
CIE-Lab87.3466-6.4896-17.2065

#bae0fb color RGB value is (186,224,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 11111011
Octal 272 340 373
Decimal 186 224 251
Hex BA E0 FB

RGB Percentages of Color #bae0fb

%28.14
%33.89
%37.97

CMYK Percentages of Color #bae0fb

%26
%11
%0
%2

Triadic Colors of #bae0fb

#bae0fb #fbbae0 #e0fbba

Analogous Colors of #bae0fb

#bae0fb #bac0fb #bafbf6

Monochromatic Colors of #bae0fb

#bae0fb

Complementary Color

#bae0fb #fbd5ba

#bae0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0fb Color CSS Codes

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

#bae0fb Text Font Color

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

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


#bae0fb Background Color

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

This div background color is #bae0fb


#bae0fb Border Color

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

This div border color is #bae0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0fb


Comments

No comments written yet.

Please login to write comment.