Color Hex Logo

#b5fbaf Color Hex

#B5FBAF
(181,251,175)
0 Favorites   0 Comments

Color spaces of #b5fbaf

RGB 181251175
HSL0.320.900.84
HSV115°30°98°
CMYK 0.280.000.30   0.02
XYZ61.291181.913353.1379
Yxy81.91330.31220.4172
Hunter Lab90.5060-37.504328.5438
CIE-Lab92.5366-35.857329.6692

#b5fbaf color RGB value is (181,251,175).

#b5fbaf hex color red value is 181, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b5fbaf hue: 0.32 , saturation: 0.90 and the lightness value of b5fbaf is 0.84.

The process color (four color CMYK) of #b5fbaf color hex is 0.28, 0.00, 0.30, 0.02. Web safe color of #b5fbaf is #ccff99. Color #b5fbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111011 10101111
Octal 265 373 257
Decimal 181 251 175
Hex B5 FB AF

RGB Percentages of Color #b5fbaf

%29.82
%41.35
%28.83

CMYK Percentages of Color #b5fbaf

%28
%0
%30
%2

Triadic Colors of #b5fbaf

#b5fbaf #afb5fb #fbafb5

Analogous Colors of #b5fbaf

#b5fbaf #affbcf #dbfbaf

Monochromatic Colors of #b5fbaf

#b5fbaf

Complementary Color

#b5fbaf #f5affb

#b5fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fbaf Color CSS Codes

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

#b5fbaf Text Font Color

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

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


#b5fbaf Background Color

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

This div background color is #b5fbaf


#b5fbaf Border Color

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

This div border color is #b5fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fbaf


Comments

No comments written yet.

Please login to write comment.