Color Hex Logo

#b2facf Color Hex

#B2FACF
(178,250,207)
0 Favorites   0 Comments

Color spaces of #b2facf

RGB 178250207
HSL0.400.880.84
HSV144°29°98°
CMYK 0.290.000.17   0.02
XYZ63.808282.341271.5619
Yxy82.34120.29310.3782
Hunter Lab90.7421-33.280616.7616
CIE-Lab92.7252-30.836313.5689

#b2facf color RGB value is (178,250,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 11001111
Octal 262 372 317
Decimal 178 250 207
Hex B2 FA CF

RGB Percentages of Color #b2facf

%28.03
%39.37
%32.60

CMYK Percentages of Color #b2facf

%29
%0
%17
%2

Triadic Colors of #b2facf

#b2facf #cfb2fa #facfb2

Analogous Colors of #b2facf

#b2facf #b2faf3 #b9fab2

Monochromatic Colors of #b2facf

#b2facf

Complementary Color

#b2facf #fab2dd

#b2facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2facf Color CSS Codes

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

#b2facf Text Font Color

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

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


#b2facf Background Color

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

This div background color is #b2facf


#b2facf Border Color

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

This div border color is #b2facf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2facf


Comments

No comments written yet.

Please login to write comment.