Color Hex Logo

#b4fabb Color Hex

#B4FABB
(180,250,187)
0 Favorites   0 Comments

Color spaces of #b4fabb

RGB 180250187
HSL0.350.880.84
HSV126°28°98°
CMYK 0.280.000.25   0.02
XYZ61.977681.662459.5096
Yxy81.66240.30510.4020
Hunter Lab90.3673-35.720024.2128
CIE-Lab92.4257-33.772423.4202

#b4fabb color RGB value is (180,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 10111011
Octal 264 372 273
Decimal 180 250 187
Hex B4 FA BB

RGB Percentages of Color #b4fabb

%29.17
%40.52
%30.31

CMYK Percentages of Color #b4fabb

%28
%0
%25
%2

Triadic Colors of #b4fabb

#b4fabb #bbb4fa #fabbb4

Analogous Colors of #b4fabb

#b4fabb #b4fade #d0fab4

Monochromatic Colors of #b4fabb

#b4fabb

Complementary Color

#b4fabb #fab4f3

#b4fabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fabb Color CSS Codes

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

#b4fabb Text Font Color

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

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


#b4fabb Background Color

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

This div background color is #b4fabb


#b4fabb Border Color

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

This div border color is #b4fabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fabb


Comments

No comments written yet.

Please login to write comment.