Color Hex Logo

#b4fbd7 Color Hex

#B4FBD7
(180,251,215)
0 Favorites   0 Comments

Color spaces of #b4fbd7

RGB 180251215
HSL0.420.900.85
HSV150°28°98°
CMYK 0.280.000.14   0.02
XYZ65.585383.604076.9704
Yxy83.60400.29000.3697
Hunter Lab91.4352-31.975914.0942
CIE-Lab93.2782-29.192610.2476

#b4fbd7 color RGB value is (180,251,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111011 11010111
Octal 264 373 327
Decimal 180 251 215
Hex B4 FB D7

RGB Percentages of Color #b4fbd7

%27.86
%38.85
%33.28

CMYK Percentages of Color #b4fbd7

%28
%0
%14
%2

Triadic Colors of #b4fbd7

#b4fbd7 #d7b4fb #fbd7b4

Analogous Colors of #b4fbd7

#b4fbd7 #b4fbfb #b5fbb4

Monochromatic Colors of #b4fbd7

#b4fbd7

Complementary Color

#b4fbd7 #fbb4d8

#b4fbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fbd7 Color CSS Codes

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

#b4fbd7 Text Font Color

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

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


#b4fbd7 Background Color

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

This div background color is #b4fbd7


#b4fbd7 Border Color

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

This div border color is #b4fbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fbd7


Comments

No comments written yet.

Please login to write comment.