Color Hex Logo

#b5fdab Color Hex

#B5FDAB
(181,253,171)
0 Favorites   0 Comments

Color spaces of #b5fdab

RGB 181253171
HSL0.310.950.83
HSV113°32°99°
CMYK 0.280.000.32   0.01
XYZ61.532083.014651.3084
Yxy83.01460.31420.4239
Hunter Lab91.1123-38.898130.3905
CIE-Lab93.0208-37.379432.3324

#b5fdab color RGB value is (181,253,171).

#b5fdab hex color red value is 181, green value is 253 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b5fdab hue: 0.31 , saturation: 0.95 and the lightness value of b5fdab is 0.83.

The process color (four color CMYK) of #b5fdab color hex is 0.28, 0.00, 0.32, 0.01. Web safe color of #b5fdab is #ccff99. Color #b5fdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111101 10101011
Octal 265 375 253
Decimal 181 253 171
Hex B5 FD AB

RGB Percentages of Color #b5fdab

%29.92
%41.82
%28.26

CMYK Percentages of Color #b5fdab

%28
%0
%32
%1

Triadic Colors of #b5fdab

#b5fdab #abb5fd #fdabb5

Analogous Colors of #b5fdab

#b5fdab #abfdca #defdab

Monochromatic Colors of #b5fdab

#b5fdab

Complementary Color

#b5fdab #f3abfd

#b5fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fdab Color CSS Codes

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

#b5fdab Text Font Color

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

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


#b5fdab Background Color

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

This div background color is #b5fdab


#b5fdab Border Color

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

This div border color is #b5fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fdab

Related Colors


Comments

No comments written yet.

Please login to write comment.