Color Hex Logo

#b2eadd Color Hex

#B2EADD
(178,234,221)
0 Favorites   0 Comments

Color spaces of #b2eadd

RGB 178234221
HSL0.460.570.81
HSV166°24°92°
CMYK 0.240.000.06   0.08
XYZ60.834173.531179.3932
Yxy73.53110.28460.3440
Hunter Lab85.7503-23.42915.1306
CIE-Lab88.7004-20.39840.5047

#b2eadd color RGB value is (178,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 11011101
Octal 262 352 335
Decimal 178 234 221
Hex B2 EA DD

RGB Percentages of Color #b2eadd

%28.12
%36.97
%34.91

CMYK Percentages of Color #b2eadd

%24
%0
%6
%8

Triadic Colors of #b2eadd

#b2eadd #ddb2ea #eaddb2

Analogous Colors of #b2eadd

#b2eadd #b2dbea #b2eac1

Monochromatic Colors of #b2eadd

#b2eadd

Complementary Color

#b2eadd #eab2bf

#b2eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eadd Color CSS Codes

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

#b2eadd Text Font Color

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

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


#b2eadd Background Color

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

This div background color is #b2eadd


#b2eadd Border Color

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

This div border color is #b2eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eadd


Comments

No comments written yet.

Please login to write comment.