Color Hex Logo

#b2eedb Color Hex

#B2EEDB
(178,238,219)
0 Favorites   0 Comments

Color spaces of #b2eedb

RGB 178238219
HSL0.450.640.82
HSV161°25°93°
CMYK 0.250.000.08   0.07
XYZ61.720875.728578.3819
Yxy75.72850.28600.3509
Hunter Lab87.0221-25.68697.5123
CIE-Lab89.7331-22.76643.0529

#b2eedb color RGB value is (178,238,219).

#b2eedb hex color red value is 178, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b2eedb hue: 0.45 , saturation: 0.64 and the lightness value of b2eedb is 0.82.

The process color (four color CMYK) of #b2eedb color hex is 0.25, 0.00, 0.08, 0.07. Web safe color of #b2eedb is #99ffcc. Color #b2eedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101110 11011011
Octal 262 356 333
Decimal 178 238 219
Hex B2 EE DB

RGB Percentages of Color #b2eedb

%28.03
%37.48
%34.49

CMYK Percentages of Color #b2eedb

%25
%0
%8
%7

Triadic Colors of #b2eedb

#b2eedb #dbb2ee #eedbb2

Analogous Colors of #b2eedb

#b2eedb #b2e3ee #b2eebd

Monochromatic Colors of #b2eedb

#b2eedb

Complementary Color

#b2eedb #eeb2c5

#b2eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eedb Color CSS Codes

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

#b2eedb Text Font Color

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

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


#b2eedb Background Color

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

This div background color is #b2eedb


#b2eedb Border Color

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

This div border color is #b2eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eedb


Comments

No comments written yet.

Please login to write comment.