Color Hex Logo

#b1edab Color Hex

#B1EDAB
(177,237,171)
0 Favorites   0 Comments

Color spaces of #b1edab

RGB 177237171
HSL0.320.650.80
HSV115°28°93°
CMYK 0.250.000.28   0.07
XYZ55.766372.855849.6514
Yxy72.85580.31280.4087
Hunter Lab85.3556-32.751025.2599
CIE-Lab88.3789-31.326526.0228

#b1edab color RGB value is (177,237,171).

#b1edab hex color red value is 177, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b1edab hue: 0.32 , saturation: 0.65 and the lightness value of b1edab is 0.80.

The process color (four color CMYK) of #b1edab color hex is 0.25, 0.00, 0.28, 0.07. Web safe color of #b1edab is #99ff99. Color #b1edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101101 10101011
Octal 261 355 253
Decimal 177 237 171
Hex B1 ED AB

RGB Percentages of Color #b1edab

%30.26
%40.51
%29.23

CMYK Percentages of Color #b1edab

%25
%0
%28
%7

Triadic Colors of #b1edab

#b1edab #abb1ed #edabb1

Analogous Colors of #b1edab

#b1edab #abedc6 #d2edab

Monochromatic Colors of #b1edab

#b1edab

Complementary Color

#b1edab #e7abed

#b1edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1edab Color CSS Codes

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

#b1edab Text Font Color

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

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


#b1edab Background Color

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

This div background color is #b1edab


#b1edab Border Color

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

This div border color is #b1edab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,237,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 #b1edab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1edab


Comments

No comments written yet.

Please login to write comment.