Color Hex Logo

#b4fafe Color Hex

#B4FAFE
(180,250,254)
0 Favorites   0 Comments

Color spaces of #b4fafe

RGB 180250254
HSL0.510.970.85
HSV183°29°100°
CMYK 0.290.020.00   0.00
XYZ70.897485.2303106.4803
Yxy85.23030.27000.3246
Hunter Lab92.3203-24.4813-3.7597
CIE-Lab93.9823-20.6067-8.8933

#b4fafe color RGB value is (180,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 11111110
Octal 264 372 376
Decimal 180 250 254
Hex B4 FA FE

RGB Percentages of Color #b4fafe

%26.32
%36.55
%37.13

CMYK Percentages of Color #b4fafe

%29
%2
%0
%0

Triadic Colors of #b4fafe

#b4fafe #feb4fa #fafeb4

Analogous Colors of #b4fafe

#b4fafe #b4d5fe #b4fedd

Monochromatic Colors of #b4fafe

#b4fafe

Complementary Color

#b4fafe #feb8b4

#b4fafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fafe Color CSS Codes

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

#b4fafe Text Font Color

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

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


#b4fafe Background Color

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

This div background color is #b4fafe


#b4fafe Border Color

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

This div border color is #b4fafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fafe

Related Colors


Comments

No comments written yet.

Please login to write comment.