Color Hex Logo

#b4eadd Color Hex

#B4EADD
(180,234,221)
0 Favorites   0 Comments

Color spaces of #b4eadd

RGB 180234221
HSL0.460.560.81
HSV166°23°92°
CMYK 0.230.000.06   0.08
XYZ61.296473.769479.4149
Yxy73.76940.28580.3439
Hunter Lab85.8891-22.91605.3016
CIE-Lab88.8134-19.79660.6831

#b4eadd color RGB value is (180,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101010 11011101
Octal 264 352 335
Decimal 180 234 221
Hex B4 EA DD

RGB Percentages of Color #b4eadd

%28.35
%36.85
%34.80

CMYK Percentages of Color #b4eadd

%23
%0
%6
%8

Triadic Colors of #b4eadd

#b4eadd #ddb4ea #eaddb4

Analogous Colors of #b4eadd

#b4eadd #b4dcea #b4eac2

Monochromatic Colors of #b4eadd

#b4eadd

Complementary Color

#b4eadd #eab4c1

#b4eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eadd Color CSS Codes

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

#b4eadd Text Font Color

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

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


#b4eadd Background Color

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

This div background color is #b4eadd


#b4eadd Border Color

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

This div border color is #b4eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eadd

#b4eadd Color Palettes


Comments

No comments written yet.

Please login to write comment.