Color Hex Logo

#bae1fb Color Hex

#BAE1FB
(186,225,251)
0 Favorites   0 Comments

Color spaces of #bae1fb

RGB 186225251
HSL0.570.890.86
HSV204°26°98°
CMYK 0.260.100.00   0.02
XYZ64.587571.2546101.6162
Yxy71.25460.27200.3001
Hunter Lab84.4124-11.1439-12.2849
CIE-Lab87.6086-7.0065-16.8124

#bae1fb color RGB value is (186,225,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 11111011
Octal 272 341 373
Decimal 186 225 251
Hex BA E1 FB

RGB Percentages of Color #bae1fb

%28.10
%33.99
%37.92

CMYK Percentages of Color #bae1fb

%26
%10
%0
%2

Triadic Colors of #bae1fb

#bae1fb #fbbae1 #e1fbba

Analogous Colors of #bae1fb

#bae1fb #bac1fb #bafbf5

Monochromatic Colors of #bae1fb

#bae1fb

Complementary Color

#bae1fb #fbd4ba

#bae1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1fb Color CSS Codes

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

#bae1fb Text Font Color

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

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


#bae1fb Background Color

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

This div background color is #bae1fb


#bae1fb Border Color

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

This div border color is #bae1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1fb


Comments

No comments written yet.

Please login to write comment.