Color Hex Logo

#b2fadf Color Hex

#B2FADF
(178,250,223)
0 Favorites   0 Comments

Color spaces of #b2fadf

RGB 178250223
HSL0.440.880.84
HSV158°29°98°
CMYK 0.290.000.11   0.02
XYZ65.865083.163982.3928
Yxy83.16390.28460.3594
Hunter Lab91.1942-30.668410.2682
CIE-Lab93.0861-27.73755.8272

#b2fadf color RGB value is (178,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 11011111
Octal 262 372 337
Decimal 178 250 223
Hex B2 FA DF

RGB Percentages of Color #b2fadf

%27.34
%38.40
%34.25

CMYK Percentages of Color #b2fadf

%29
%0
%11
%2

Triadic Colors of #b2fadf

#b2fadf #dfb2fa #fadfb2

Analogous Colors of #b2fadf

#b2fadf #b2f1fa #b2fabb

Monochromatic Colors of #b2fadf

#b2fadf

Complementary Color

#b2fadf #fab2cd

#b2fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fadf Color CSS Codes

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

#b2fadf Text Font Color

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

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


#b2fadf Background Color

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

This div background color is #b2fadf


#b2fadf Border Color

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

This div border color is #b2fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fadf


Comments

No comments written yet.

Please login to write comment.