Color Hex Logo

#b4faff Color Hex

#B4FAFF
(180,250,255)
0 Favorites   0 Comments

Color spaces of #b4faff

RGB 180250255
HSL0.511.000.85
HSV184°29°100°
CMYK 0.290.020.00   0.00
XYZ71.058085.2945107.3261
Yxy85.29450.26950.3235
Hunter Lab92.3550-24.2833-4.2526
CIE-Lab94.0099-20.3836-9.3700

#b4faff color RGB value is (180,250,255).

#b4faff hex color red value is 180, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b4faff hue: 0.51 , saturation: 1.00 and the lightness value of b4faff is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 11111111
Octal 264 372 377
Decimal 180 250 255
Hex B4 FA FF

RGB Percentages of Color #b4faff

%26.28
%36.50
%37.23

CMYK Percentages of Color #b4faff

%29
%2
%0
%0

Triadic Colors of #b4faff

#b4faff #ffb4fa #faffb4

Analogous Colors of #b4faff

#b4faff #b4d5ff #b4ffdf

Monochromatic Colors of #b4faff

#b4faff

Complementary Color

#b4faff #ffb9b4

#b4faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4faff Color CSS Codes

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

#b4faff Text Font Color

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

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


#b4faff Background Color

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

This div background color is #b4faff


#b4faff Border Color

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

This div border color is #b4faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4faff

#b4faff Color Palettes


Comments

No comments written yet.

Please login to write comment.