Color Hex Logo

#b4fbc7 Color Hex

#B4FBC7
(180,251,199)
0 Favorites   0 Comments

Color spaces of #b4fbc7

RGB 180251199
HSL0.380.900.85
HSV136°28°98°
CMYK 0.280.000.21   0.02
XYZ63.628482.821266.6653
Yxy82.82120.29860.3886
Hunter Lab91.0062-34.459720.2722
CIE-Lab92.9361-32.156817.9926

#b4fbc7 color RGB value is (180,251,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111011 11000111
Octal 264 373 307
Decimal 180 251 199
Hex B4 FB C7

RGB Percentages of Color #b4fbc7

%28.57
%39.84
%31.59

CMYK Percentages of Color #b4fbc7

%28
%0
%21
%2

Triadic Colors of #b4fbc7

#b4fbc7 #c7b4fb #fbc7b4

Analogous Colors of #b4fbc7

#b4fbc7 #b4fbeb #c5fbb4

Monochromatic Colors of #b4fbc7

#b4fbc7

Complementary Color

#b4fbc7 #fbb4e8

#b4fbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fbc7 Color CSS Codes

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

#b4fbc7 Text Font Color

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

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


#b4fbc7 Background Color

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

This div background color is #b4fbc7


#b4fbc7 Border Color

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

This div border color is #b4fbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fbc7


Comments

No comments written yet.

Please login to write comment.