Color Hex Logo

#baf2fa Color Hex

#BAF2FA
(186,242,250)
0 Favorites   0 Comments

Color spaces of #baf2fa

RGB 186242250
HSL0.520.860.85
HSV188°26°98°
CMYK 0.260.030.00   0.02
XYZ69.257180.8455102.3970
Yxy80.84550.27430.3202
Hunter Lab89.9141-19.8586-4.5814
CIE-Lab92.0629-15.8580-9.6319

#baf2fa color RGB value is (186,242,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110010 11111010
Octal 272 362 372
Decimal 186 242 250
Hex BA F2 FA

RGB Percentages of Color #baf2fa

%27.43
%35.69
%36.87

CMYK Percentages of Color #baf2fa

%26
%3
%0
%2

Triadic Colors of #baf2fa

#baf2fa #fabaf2 #f2faba

Analogous Colors of #baf2fa

#baf2fa #bad2fa #bafae2

Monochromatic Colors of #baf2fa

#baf2fa

Complementary Color

#baf2fa #fac2ba

#baf2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf2fa Color CSS Codes

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

#baf2fa Text Font Color

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

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


#baf2fa Background Color

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

This div background color is #baf2fa


#baf2fa Border Color

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

This div border color is #baf2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf2fa


Comments

No comments written yet.

Please login to write comment.