Color Hex Logo

#b4faee Color Hex

#B4FAEE
(180,250,238)
0 Favorites   0 Comments

Color spaces of #b4faee

RGB 180250238
HSL0.470.880.84
HSV170°28°98°
CMYK 0.280.000.05   0.02
XYZ68.440684.247693.5431
Yxy84.24760.27800.3421
Hunter Lab91.7865-27.52783.8259
CIE-Lab93.5579-24.0772-1.2355

#b4faee color RGB value is (180,250,238).

#b4faee hex color red value is 180, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b4faee hue: 0.47 , saturation: 0.88 and the lightness value of b4faee is 0.84.

The process color (four color CMYK) of #b4faee color hex is 0.28, 0.00, 0.05, 0.02. Web safe color of #b4faee is #ccffff. Color #b4faee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 11101110
Octal 264 372 356
Decimal 180 250 238
Hex B4 FA EE

RGB Percentages of Color #b4faee

%26.95
%37.43
%35.63

CMYK Percentages of Color #b4faee

%28
%0
%5
%2

Triadic Colors of #b4faee

#b4faee #eeb4fa #faeeb4

Analogous Colors of #b4faee

#b4faee #b4e3fa #b4facb

Monochromatic Colors of #b4faee

#b4faee

Complementary Color

#b4faee #fab4c0

#b4faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4faee Color CSS Codes

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

#b4faee Text Font Color

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

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


#b4faee Background Color

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

This div background color is #b4faee


#b4faee Border Color

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

This div border color is #b4faee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,250,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4faee


Comments

No comments written yet.

Please login to write comment.