Color Hex Logo

#b5eade Color Hex

#B5EADE
(181,234,222)
0 Favorites   0 Comments

Color spaces of #b5eade

RGB 181234222
HSL0.460.560.81
HSV166°23°92°
CMYK 0.230.000.05   0.08
XYZ61.663773.943380.1297
Yxy73.94330.28580.3427
Hunter Lab85.9903-22.48054.9441
CIE-Lab88.8957-19.29020.2865

#b5eade color RGB value is (181,234,222).

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

The process color (four color CMYK) of #b5eade color hex is 0.23, 0.00, 0.05, 0.08. Web safe color of #b5eade is #ccffcc. Color #b5eade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 11011110
Octal 265 352 336
Decimal 181 234 222
Hex B5 EA DE

RGB Percentages of Color #b5eade

%28.41
%36.73
%34.85

CMYK Percentages of Color #b5eade

%23
%0
%5
%8

Triadic Colors of #b5eade

#b5eade #deb5ea #eadeb5

Analogous Colors of #b5eade

#b5eade #b5dcea #b5eac4

Monochromatic Colors of #b5eade

#b5eade

Complementary Color

#b5eade #eab5c1

#b5eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eade Color CSS Codes

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

#b5eade Text Font Color

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

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


#b5eade Background Color

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

This div background color is #b5eade


#b5eade Border Color

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

This div border color is #b5eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eade

#b5eade Color Palettes


Comments

No comments written yet.

Please login to write comment.