Color Hex Logo

#b2e4db Color Hex

#B2E4DB
(178,228,219)
0 Favorites   0 Comments

Color spaces of #b2e4db

RGB 178228219
HSL0.470.480.80
HSV169°22°89°
CMYK 0.220.000.04   0.11
XYZ58.889770.066377.4382
Yxy70.06630.28530.3395
Hunter Lab83.7056-20.90413.7432
CIE-Lab87.0294-17.8363-0.8865

#b2e4db color RGB value is (178,228,219).

#b2e4db hex color red value is 178, green value is 228 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b2e4db hue: 0.47 , saturation: 0.48 and the lightness value of b2e4db is 0.80.

The process color (four color CMYK) of #b2e4db color hex is 0.22, 0.00, 0.04, 0.11. Web safe color of #b2e4db is #99cccc. Color #b2e4db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11100100 11011011
Octal 262 344 333
Decimal 178 228 219
Hex B2 E4 DB

RGB Percentages of Color #b2e4db

%28.48
%36.48
%35.04

CMYK Percentages of Color #b2e4db

%22
%0
%4
%11

Triadic Colors of #b2e4db

#b2e4db #dbb2e4 #e4dbb2

Analogous Colors of #b2e4db

#b2e4db #b2d4e4 #b2e4c2

Monochromatic Colors of #b2e4db

#b2e4db

Complementary Color

#b2e4db #e4b2bb

#b2e4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2e4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2e4db Color CSS Codes

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

#b2e4db Text Font Color

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

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


#b2e4db Background Color

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

This div background color is #b2e4db


#b2e4db Border Color

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

This div border color is #b2e4db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,228,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2e4db

#b2e4db Color Palettes


Comments

No comments written yet.

Please login to write comment.