Color Hex Logo

#baeafb Color Hex

#BAEAFB
(186,234,251)
0 Favorites   0 Comments

Color spaces of #baeafb

RGB 186234251
HSL0.540.890.86
HSV196°26°98°
CMYK 0.260.070.00   0.02
XYZ67.085176.2498102.4487
Yxy76.24980.27290.3102
Hunter Lab87.3211-15.6780-8.4366
CIE-Lab89.9752-11.6128-13.2643

#baeafb color RGB value is (186,234,251).

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

The process color (four color CMYK) of #baeafb color hex is 0.26, 0.07, 0.00, 0.02. Web safe color of #baeafb is #ccffff. Color #baeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 11111011
Octal 272 352 373
Decimal 186 234 251
Hex BA EA FB

RGB Percentages of Color #baeafb

%27.72
%34.87
%37.41

CMYK Percentages of Color #baeafb

%26
%7
%0
%2

Triadic Colors of #baeafb

#baeafb #fbbaea #eafbba

Analogous Colors of #baeafb

#baeafb #bacafb #bafbec

Monochromatic Colors of #baeafb

#baeafb

Complementary Color

#baeafb #fbcbba

#baeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeafb Color CSS Codes

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

#baeafb Text Font Color

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

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


#baeafb Background Color

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

This div background color is #baeafb


#baeafb Border Color

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

This div border color is #baeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeafb

Related Colors


Comments

No comments written yet.

Please login to write comment.