Color Hex Logo

#baf9fc Color Hex

#BAF9FC
(186,249,252)
0 Favorites   0 Comments

Color spaces of #baf9fc

RGB 186249252
HSL0.510.920.86
HSV183°26°99°
CMYK 0.260.010.00   0.01
XYZ71.696185.2187104.7655
Yxy85.21870.27400.3257
Hunter Lab92.3140-22.9166-2.6674
CIE-Lab93.9773-18.8888-7.8305

#baf9fc color RGB value is (186,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 11111100
Octal 272 371 374
Decimal 186 249 252
Hex BA F9 FC

RGB Percentages of Color #baf9fc

%27.07
%36.24
%36.68

CMYK Percentages of Color #baf9fc

%26
%1
%0
%1

Triadic Colors of #baf9fc

#baf9fc #fcbaf9 #f9fcba

Analogous Colors of #baf9fc

#baf9fc #bad8fc #bafcde

Monochromatic Colors of #baf9fc

#baf9fc

Complementary Color

#baf9fc #fcbdba

#baf9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf9fc Color CSS Codes

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

#baf9fc Text Font Color

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

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


#baf9fc Background Color

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

This div background color is #baf9fc


#baf9fc Border Color

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

This div border color is #baf9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.