Color Hex Logo

#b2fadc Color Hex

#B2FADC
(178,250,220)
0 Favorites   0 Comments

Color spaces of #b2fadc

RGB 178250220
HSL0.430.880.84
HSV155°29°98°
CMYK 0.290.000.12   0.02
XYZ65.464083.003580.2811
Yxy83.00350.28620.3629
Hunter Lab91.1063-31.175611.5292
CIE-Lab93.0160-28.33477.2768

#b2fadc color RGB value is (178,250,220).

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

The process color (four color CMYK) of #b2fadc color hex is 0.29, 0.00, 0.12, 0.02. Web safe color of #b2fadc is #99ffcc. Color #b2fadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 11011100
Octal 262 372 334
Decimal 178 250 220
Hex B2 FA DC

RGB Percentages of Color #b2fadc

%27.47
%38.58
%33.95

CMYK Percentages of Color #b2fadc

%29
%0
%12
%2

Triadic Colors of #b2fadc

#b2fadc #dcb2fa #fadcb2

Analogous Colors of #b2fadc

#b2fadc #b2f4fa #b2fab8

Monochromatic Colors of #b2fadc

#b2fadc

Complementary Color

#b2fadc #fab2d0

#b2fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fadc Color CSS Codes

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

#b2fadc Text Font Color

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

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


#b2fadc Background Color

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

This div background color is #b2fadc


#b2fadc Border Color

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

This div border color is #b2fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fadc


Comments

No comments written yet.

Please login to write comment.