Color Hex Logo

#baf5fa Color Hex

#BAF5FA
(186,245,250)
0 Favorites   0 Comments

Color spaces of #baf5fa

RGB 186245250
HSL0.510.860.85
HSV185°26°98°
CMYK 0.260.020.00   0.02
XYZ70.157482.6460102.6971
Yxy82.64600.27460.3235
Hunter Lab90.9098-21.3393-3.3406
CIE-Lab92.8592-17.3492-8.4501

#baf5fa color RGB value is (186,245,250).

#baf5fa hex color red value is 186, green value is 245 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #baf5fa hue: 0.51 , saturation: 0.86 and the lightness value of baf5fa is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 11111010
Octal 272 365 372
Decimal 186 245 250
Hex BA F5 FA

RGB Percentages of Color #baf5fa

%27.31
%35.98
%36.71

CMYK Percentages of Color #baf5fa

%26
%2
%0
%2

Triadic Colors of #baf5fa

#baf5fa #fabaf5 #f5faba

Analogous Colors of #baf5fa

#baf5fa #bad5fa #bafadf

Monochromatic Colors of #baf5fa

#baf5fa

Complementary Color

#baf5fa #fabfba

#baf5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf5fa Color CSS Codes

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

#baf5fa Text Font Color

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

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


#baf5fa Background Color

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

This div background color is #baf5fa


#baf5fa Border Color

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

This div border color is #baf5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf5fa


Comments

No comments written yet.

Please login to write comment.