Color Hex Logo

#b2decb Color Hex

#B2DECB
(178,222,203)
0 Favorites   0 Comments

Color spaces of #b2decb

RGB 178222203
HSL0.430.400.78
HSV154°20°87°
CMYK 0.200.000.09   0.13
XYZ55.260966.019366.3304
Yxy66.01930.29460.3519
Hunter Lab81.2523-20.79098.4751
CIE-Lab85.0063-18.05764.6053

#b2decb color RGB value is (178,222,203).

#b2decb hex color red value is 178, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b2decb hue: 0.43 , saturation: 0.40 and the lightness value of b2decb is 0.78.

The process color (four color CMYK) of #b2decb color hex is 0.20, 0.00, 0.09, 0.13. Web safe color of #b2decb is #99cccc. Color #b2decb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011110 11001011
Octal 262 336 313
Decimal 178 222 203
Hex B2 DE CB

RGB Percentages of Color #b2decb

%29.52
%36.82
%33.67

CMYK Percentages of Color #b2decb

%20
%0
%9
%13

Triadic Colors of #b2decb

#b2decb #cbb2de #decbb2

Analogous Colors of #b2decb

#b2decb #b2dbde #b2deb5

Monochromatic Colors of #b2decb

#b2decb

Complementary Color

#b2decb #deb2c5

#b2decb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2decb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2decb Color CSS Codes

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

#b2decb Text Font Color

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

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


#b2decb Background Color

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

This div background color is #b2decb


#b2decb Border Color

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

This div border color is #b2decb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2decb


Comments

No comments written yet.

Please login to write comment.