Color Hex Logo

#b4fbbb Color Hex

#B4FBBB
(180,251,187)
0 Favorites   0 Comments

Color spaces of #b4fbbb

RGB 180251187
HSL0.350.900.85
HSV126°28°98°
CMYK 0.280.000.25   0.02
XYZ62.289282.285559.6134
Yxy82.28550.30510.4030
Hunter Lab90.7114-36.173424.5339
CIE-Lab92.7007-34.232623.7995

#b4fbbb color RGB value is (180,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111011 10111011
Octal 264 373 273
Decimal 180 251 187
Hex B4 FB BB

RGB Percentages of Color #b4fbbb

%29.13
%40.61
%30.26

CMYK Percentages of Color #b4fbbb

%28
%0
%25
%2

Triadic Colors of #b4fbbb

#b4fbbb #bbb4fb #fbbbb4

Analogous Colors of #b4fbbb

#b4fbbb #b4fbdf #d1fbb4

Monochromatic Colors of #b4fbbb

#b4fbbb

Complementary Color

#b4fbbb #fbb4f4

#b4fbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fbbb Color CSS Codes

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

#b4fbbb Text Font Color

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

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


#b4fbbb Background Color

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

This div background color is #b4fbbb


#b4fbbb Border Color

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

This div border color is #b4fbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fbbb


Comments

No comments written yet.

Please login to write comment.