Color Hex Logo

#b5facf Color Hex

#B5FACF
(181,250,207)
0 Favorites   0 Comments

Color spaces of #b5facf

RGB 181250207
HSL0.400.870.85
HSV143°28°98°
CMYK 0.280.000.17   0.02
XYZ64.504182.700071.5944
Yxy82.70000.29480.3780
Hunter Lab90.9395-32.532816.9802
CIE-Lab92.8829-29.930213.8145

#b5facf color RGB value is (181,250,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111010 11001111
Octal 265 372 317
Decimal 181 250 207
Hex B5 FA CF

RGB Percentages of Color #b5facf

%28.37
%39.18
%32.45

CMYK Percentages of Color #b5facf

%28
%0
%17
%2

Triadic Colors of #b5facf

#b5facf #cfb5fa #facfb5

Analogous Colors of #b5facf

#b5facf #b5faf2 #befab5

Monochromatic Colors of #b5facf

#b5facf

Complementary Color

#b5facf #fab5e0

#b5facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5facf Color CSS Codes

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

#b5facf Text Font Color

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

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


#b5facf Background Color

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

This div background color is #b5facf


#b5facf Border Color

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

This div border color is #b5facf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5facf


Comments

No comments written yet.

Please login to write comment.