Color Hex Logo

#b5facb Color Hex

#B5FACB
(181,250,203)
0 Favorites   0 Comments

Color spaces of #b5facb

RGB 181250203
HSL0.390.870.85
HSV139°28°98°
CMYK 0.280.000.19   0.02
XYZ64.021282.506869.0510
Yxy82.50680.29700.3827
Hunter Lab90.8333-33.147618.5113
CIE-Lab92.7981-30.663615.7525

#b5facb color RGB value is (181,250,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111010 11001011
Octal 265 372 313
Decimal 181 250 203
Hex B5 FA CB

RGB Percentages of Color #b5facb

%28.55
%39.43
%32.02

CMYK Percentages of Color #b5facb

%28
%0
%19
%2

Triadic Colors of #b5facb

#b5facb #cbb5fa #facbb5

Analogous Colors of #b5facb

#b5facb #b5faee #c2fab5

Monochromatic Colors of #b5facb

#b5facb

Complementary Color

#b5facb #fab5e4

#b5facb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5facb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5facb Color CSS Codes

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

#b5facb Text Font Color

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

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


#b5facb Background Color

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

This div background color is #b5facb


#b5facb Border Color

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

This div border color is #b5facb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5facb

Related Colors


Comments

No comments written yet.

Please login to write comment.