Color Hex Logo

#b2ecdb Color Hex

#B2ECDB
(178,236,219)
0 Favorites   0 Comments

Color spaces of #b2ecdb

RGB 178236219
HSL0.450.600.81
HSV162°25°93°
CMYK 0.250.000.07   0.07
XYZ61.141774.570478.1888
Yxy74.57040.28580.3486
Hunter Lab86.3542-24.73576.7642
CIE-Lab89.1914-21.78962.2661

#b2ecdb color RGB value is (178,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101100 11011011
Octal 262 354 333
Decimal 178 236 219
Hex B2 EC DB

RGB Percentages of Color #b2ecdb

%28.12
%37.28
%34.60

CMYK Percentages of Color #b2ecdb

%25
%0
%7
%7

Triadic Colors of #b2ecdb

#b2ecdb #dbb2ec #ecdbb2

Analogous Colors of #b2ecdb

#b2ecdb #b2e0ec #b2ecbe

Monochromatic Colors of #b2ecdb

#b2ecdb

Complementary Color

#b2ecdb #ecb2c3

#b2ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ecdb Color CSS Codes

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

#b2ecdb Text Font Color

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

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


#b2ecdb Background Color

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

This div background color is #b2ecdb


#b2ecdb Border Color

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

This div border color is #b2ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ecdb


Comments

No comments written yet.

Please login to write comment.