Color Hex Logo

#b4fadc Color Hex

#B4FADC
(180,250,220)
1 Favorites   0 Comments

Color spaces of #b4fadc

RGB 180250220
HSL0.430.880.84
HSV154°28°98°
CMYK 0.280.000.12   0.02
XYZ65.926383.241880.3027
Yxy83.24180.28730.3628
Hunter Lab91.2369-30.683511.6814
CIE-Lab93.1202-27.74707.4403

#b4fadc color RGB value is (180,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 11011100
Octal 264 372 334
Decimal 180 250 220
Hex B4 FA DC

RGB Percentages of Color #b4fadc

%27.69
%38.46
%33.85

CMYK Percentages of Color #b4fadc

%28
%0
%12
%2

Triadic Colors of #b4fadc

#b4fadc #dcb4fa #fadcb4

Analogous Colors of #b4fadc

#b4fadc #b4f5fa #b4fab9

Monochromatic Colors of #b4fadc

#b4fadc

Complementary Color

#b4fadc #fab4d2

#b4fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fadc Color CSS Codes

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

#b4fadc Text Font Color

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

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


#b4fadc Background Color

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

This div background color is #b4fadc


#b4fadc Border Color

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

This div border color is #b4fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fadc


Comments

No comments written yet.

Please login to write comment.