Color Hex Logo

#b1edae Color Hex

#B1EDAE
(177,237,174)
0 Favorites   0 Comments

Color spaces of #b1edae

RGB 177237174
HSL0.330.640.81
HSV117°27°93°
CMYK 0.250.000.27   0.07
XYZ56.055672.971551.1749
Yxy72.97150.31110.4049
Hunter Lab85.4234-32.357524.2773
CIE-Lab88.4341-30.841924.5593

#b1edae color RGB value is (177,237,174).

#b1edae hex color red value is 177, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b1edae hue: 0.33 , saturation: 0.64 and the lightness value of b1edae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101101 10101110
Octal 261 355 256
Decimal 177 237 174
Hex B1 ED AE

RGB Percentages of Color #b1edae

%30.10
%40.31
%29.59

CMYK Percentages of Color #b1edae

%25
%0
%27
%7

Triadic Colors of #b1edae

#b1edae #aeb1ed #edaeb1

Analogous Colors of #b1edae

#b1edae #aeedcb #d1edae

Monochromatic Colors of #b1edae

#b1edae

Complementary Color

#b1edae #eaaeed

#b1edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1edae Color CSS Codes

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

#b1edae Text Font Color

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

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


#b1edae Background Color

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

This div background color is #b1edae


#b1edae Border Color

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

This div border color is #b1edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1edae


Comments

No comments written yet.

Please login to write comment.