Color Hex Logo

#baf7fe Color Hex

#BAF7FE
(186,247,254)
0 Favorites   0 Comments

Color spaces of #baf7fe

RGB 186247254
HSL0.520.970.86
HSV186°27°100°
CMYK 0.270.030.00   0.00
XYZ71.399984.1164106.2388
Yxy84.11640.27280.3214
Hunter Lab91.7150-21.5394-4.4786
CIE-Lab93.5010-17.4636-9.5728

#baf7fe color RGB value is (186,247,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 11111110
Octal 272 367 376
Decimal 186 247 254
Hex BA F7 FE

RGB Percentages of Color #baf7fe

%27.07
%35.95
%36.97

CMYK Percentages of Color #baf7fe

%27
%3
%0
%0

Triadic Colors of #baf7fe

#baf7fe #febaf7 #f7feba

Analogous Colors of #baf7fe

#baf7fe #bad5fe #bafee3

Monochromatic Colors of #baf7fe

#baf7fe

Complementary Color

#baf7fe #fec1ba

#baf7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf7fe Color CSS Codes

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

#baf7fe Text Font Color

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

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


#baf7fe Background Color

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

This div background color is #baf7fe


#baf7fe Border Color

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

This div border color is #baf7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf7fe


Comments

No comments written yet.

Please login to write comment.