Color Hex Logo

#b4febb Color Hex

#B4FEBB
(180,254,187)
0 Favorites   0 Comments

Color spaces of #b4febb

RGB 180254187
HSL0.350.970.85
HSV126°29°100°
CMYK 0.290.000.26   0.00
XYZ63.233884.174859.9283
Yxy84.17480.30500.4060
Hunter Lab91.7468-37.531125.4950
CIE-Lab93.5264-35.607124.9354

#b4febb color RGB value is (180,254,187).

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

The process color (four color CMYK) of #b4febb color hex is 0.29, 0.00, 0.26, 0.00. Web safe color of #b4febb is #ccffcc. Color #b4febb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 10111011
Octal 264 376 273
Decimal 180 254 187
Hex B4 FE BB

RGB Percentages of Color #b4febb

%28.99
%40.90
%30.11

CMYK Percentages of Color #b4febb

%29
%0
%26
%0

Triadic Colors of #b4febb

#b4febb #bbb4fe #febbb4

Analogous Colors of #b4febb

#b4febb #b4fee0 #d2feb4

Monochromatic Colors of #b4febb

#b4febb

Complementary Color

#b4febb #feb4f7

#b4febb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4febb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4febb Color CSS Codes

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

#b4febb Text Font Color

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

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


#b4febb Background Color

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

This div background color is #b4febb


#b4febb Border Color

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

This div border color is #b4febb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4febb


Comments

No comments written yet.

Please login to write comment.