Color Hex Logo

#baf5fd Color Hex

#BAF5FD
(186,245,253)
0 Favorites   0 Comments

Color spaces of #baf5fd

RGB 186245253
HSL0.520.940.86
HSV187°26°99°
CMYK 0.260.030.00   0.01
XYZ70.631782.8358105.1947
Yxy82.83580.27310.3202
Hunter Lab91.0142-20.7496-4.8178
CIE-Lab92.9425-16.6922-9.8838

#baf5fd color RGB value is (186,245,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 11111101
Octal 272 365 375
Decimal 186 245 253
Hex BA F5 FD

RGB Percentages of Color #baf5fd

%27.19
%35.82
%36.99

CMYK Percentages of Color #baf5fd

%26
%3
%0
%1

Triadic Colors of #baf5fd

#baf5fd #fdbaf5 #f5fdba

Analogous Colors of #baf5fd

#baf5fd #bad4fd #bafde4

Monochromatic Colors of #baf5fd

#baf5fd

Complementary Color

#baf5fd #fdc2ba

#baf5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf5fd Color CSS Codes

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

#baf5fd Text Font Color

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

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


#baf5fd Background Color

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

This div background color is #baf5fd


#baf5fd Border Color

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

This div border color is #baf5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf5fd

Related Colors

#baf5fd Color Palettes


Comments

No comments written yet.

Please login to write comment.