Color Hex Logo

#baf7ff Color Hex

#BAF7FF
(186,247,255)
0 Favorites   0 Comments

Color spaces of #baf7ff

RGB 186247255
HSL0.521.000.86
HSV187°27°100°
CMYK 0.270.030.00   0.00
XYZ71.560584.1806107.0846
Yxy84.18060.27230.3203
Hunter Lab91.7500-21.3412-4.9744
CIE-Lab93.5289-17.2432-10.0499

#baf7ff color RGB value is (186,247,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 11111111
Octal 272 367 377
Decimal 186 247 255
Hex BA F7 FF

RGB Percentages of Color #baf7ff

%27.03
%35.90
%37.06

CMYK Percentages of Color #baf7ff

%27
%3
%0
%0

Triadic Colors of #baf7ff

#baf7ff #ffbaf7 #f7ffba

Analogous Colors of #baf7ff

#baf7ff #bad5ff #baffe5

Monochromatic Colors of #baf7ff

#baf7ff

Complementary Color

#baf7ff #ffc2ba

#baf7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf7ff Color CSS Codes

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

#baf7ff Text Font Color

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

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


#baf7ff Background Color

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

This div background color is #baf7ff


#baf7ff Border Color

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

This div border color is #baf7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.