Color Hex Logo

#b4f9ff Color Hex

#B4F9FF
(180,249,255)
0 Favorites   0 Comments

Color spaces of #b4f9ff

RGB 180249255
HSL0.511.000.85
HSV185°29°100°
CMYK 0.290.020.00   0.00
XYZ70.748184.6747107.2228
Yxy84.67470.26940.3224
Hunter Lab92.0189-23.7944-4.6731
CIE-Lab93.7428-19.8929-9.7666

#b4f9ff color RGB value is (180,249,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111001 11111111
Octal 264 371 377
Decimal 180 249 255
Hex B4 F9 FF

RGB Percentages of Color #b4f9ff

%26.32
%36.40
%37.28

CMYK Percentages of Color #b4f9ff

%29
%2
%0
%0

Triadic Colors of #b4f9ff

#b4f9ff #ffb4f9 #f9ffb4

Analogous Colors of #b4f9ff

#b4f9ff #b4d4ff #b4ffe0

Monochromatic Colors of #b4f9ff

#b4f9ff

Complementary Color

#b4f9ff #ffbab4

#b4f9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4f9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4f9ff Color CSS Codes

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

#b4f9ff Text Font Color

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

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


#b4f9ff Background Color

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

This div background color is #b4f9ff


#b4f9ff Border Color

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

This div border color is #b4f9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4f9ff

Related Colors

#b4f9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.