Color Hex Logo

#b1eade Color Hex

#B1EADE
(177,234,222)
0 Favorites   0 Comments

Color spaces of #b1eade

RGB 177234222
HSL0.460.580.81
HSV167°24°92°
CMYK 0.240.000.05   0.08
XYZ60.739173.466780.0864
Yxy73.46670.28340.3428
Hunter Lab85.7127-23.50584.6008
CIE-Lab88.6698-20.4910-0.0704

#b1eade color RGB value is (177,234,222).

#b1eade hex color red value is 177, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b1eade hue: 0.46 , saturation: 0.58 and the lightness value of b1eade is 0.81.

The process color (four color CMYK) of #b1eade color hex is 0.24, 0.00, 0.05, 0.08. Web safe color of #b1eade is #99ffcc. Color #b1eade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 11011110
Octal 261 352 336
Decimal 177 234 222
Hex B1 EA DE

RGB Percentages of Color #b1eade

%27.96
%36.97
%35.07

CMYK Percentages of Color #b1eade

%24
%0
%5
%8

Triadic Colors of #b1eade

#b1eade #deb1ea #eadeb1

Analogous Colors of #b1eade

#b1eade #b1daea #b1eac2

Monochromatic Colors of #b1eade

#b1eade

Complementary Color

#b1eade #eab1bd

#b1eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eade Color CSS Codes

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

#b1eade Text Font Color

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

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


#b1eade Background Color

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

This div background color is #b1eade


#b1eade Border Color

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

This div border color is #b1eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eade


Comments

No comments written yet.

Please login to write comment.