Color Hex Logo

#b4face Color Hex

#B4FACE
(180,250,206)
0 Favorites   0 Comments

Color spaces of #b4face

RGB 180250206
HSL0.400.880.84
HSV142°28°98°
CMYK 0.280.000.18   0.02
XYZ64.148682.530770.9416
Yxy82.53070.29480.3792
Hunter Lab90.8464-32.938517.2932
CIE-Lab92.8086-30.418414.2165

#b4face color RGB value is (180,250,206).

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

The process color (four color CMYK) of #b4face color hex is 0.28, 0.00, 0.18, 0.02. Web safe color of #b4face is #ccffcc. Color #b4face contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 11001110
Octal 264 372 316
Decimal 180 250 206
Hex B4 FA CE

RGB Percentages of Color #b4face

%28.30
%39.31
%32.39

CMYK Percentages of Color #b4face

%28
%0
%18
%2

Triadic Colors of #b4face

#b4face #ceb4fa #faceb4

Analogous Colors of #b4face

#b4face #b4faf1 #bdfab4

Monochromatic Colors of #b4face

#b4face

Complementary Color

#b4face #fab4e0

#b4face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4face Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4face Color CSS Codes

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

#b4face Text Font Color

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

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


#b4face Background Color

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

This div background color is #b4face


#b4face Border Color

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

This div border color is #b4face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4face


Comments

No comments written yet.

Please login to write comment.