Color Hex Logo

#b1ffad Color Hex

#B1FFAD
(177,255,173)
0 Favorites   0 Comments

Color spaces of #b1ffad

RGB 177255173
HSL0.331.000.84
HSV117°32°100°
CMYK 0.310.000.32   0.00
XYZ61.434383.884252.4885
Yxy83.88420.31060.4241
Hunter Lab91.5883-40.547930.1332
CIE-Lab93.4002-39.243631.8022

#b1ffad color RGB value is (177,255,173).

#b1ffad hex color red value is 177, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b1ffad hue: 0.33 , saturation: 1.00 and the lightness value of b1ffad is 0.84.

The process color (four color CMYK) of #b1ffad color hex is 0.31, 0.00, 0.32, 0.00. Web safe color of #b1ffad is #99ff99. Color #b1ffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111111 10101101
Octal 261 377 255
Decimal 177 255 173
Hex B1 FF AD

RGB Percentages of Color #b1ffad

%29.26
%42.15
%28.60

CMYK Percentages of Color #b1ffad

%31
%0
%32
%0

Triadic Colors of #b1ffad

#b1ffad #adb1ff #ffadb1

Analogous Colors of #b1ffad

#b1ffad #adffd2 #daffad

Monochromatic Colors of #b1ffad

#b1ffad

Complementary Color

#b1ffad #fbadff

#b1ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ffad Color CSS Codes

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

#b1ffad Text Font Color

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

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


#b1ffad Background Color

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

This div background color is #b1ffad


#b1ffad Border Color

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

This div border color is #b1ffad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,255,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1ffad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1ffad;
  -webkit-box-shadow: 1px 1px 3px 2px #b1ffad;
  box-shadow:         1px 1px 3px 2px #b1ffad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,255,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ffad

#b1ffad Color Palettes


Comments

No comments written yet.

Please login to write comment.