Color Hex Logo

#b4fade Color Hex

#B4FADE
(180,250,222)
0 Favorites   0 Comments

Color spaces of #b4fade

RGB 180250222
HSL0.430.880.84
HSV156°28°98°
CMYK 0.280.000.11   0.02
XYZ66.192883.348481.7064
Yxy83.34840.28620.3604
Hunter Lab91.2953-30.347210.8441
CIE-Lab93.1668-27.35216.4737

#b4fade color RGB value is (180,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 11011110
Octal 264 372 336
Decimal 180 250 222
Hex B4 FA DE

RGB Percentages of Color #b4fade

%27.61
%38.34
%34.05

CMYK Percentages of Color #b4fade

%28
%0
%11
%2

Triadic Colors of #b4fade

#b4fade #deb4fa #fadeb4

Analogous Colors of #b4fade

#b4fade #b4f3fa #b4fabb

Monochromatic Colors of #b4fade

#b4fade

Complementary Color

#b4fade #fab4d0

#b4fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fade Color CSS Codes

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

#b4fade Text Font Color

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

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


#b4fade Background Color

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

This div background color is #b4fade


#b4fade Border Color

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

This div border color is #b4fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fade


Comments

No comments written yet.

Please login to write comment.