Color Hex Logo

#baf9fe Color Hex

#BAF9FE
(186,249,254)
0 Favorites   0 Comments

Color spaces of #baf9fe

RGB 186249254
HSL0.510.970.86
HSV184°27°100°
CMYK 0.270.020.00   0.00
XYZ72.014885.3462106.4438
Yxy85.34620.27300.3235
Hunter Lab92.3830-22.5252-3.6459
CIE-Lab94.0321-18.4516-8.7847

#baf9fe color RGB value is (186,249,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 11111110
Octal 272 371 376
Decimal 186 249 254
Hex BA F9 FE

RGB Percentages of Color #baf9fe

%27.00
%36.14
%36.87

CMYK Percentages of Color #baf9fe

%27
%2
%0
%0

Triadic Colors of #baf9fe

#baf9fe #febaf9 #f9feba

Analogous Colors of #baf9fe

#baf9fe #bad7fe #bafee1

Monochromatic Colors of #baf9fe

#baf9fe

Complementary Color

#baf9fe #febfba

#baf9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf9fe Color CSS Codes

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

#baf9fe Text Font Color

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

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


#baf9fe Background Color

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

This div background color is #baf9fe


#baf9fe Border Color

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

This div border color is #baf9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf9fe


Comments

No comments written yet.

Please login to write comment.