Color Hex Logo

#b9decd Color Hex

#B9DECD
(185,222,205)
0 Favorites   0 Comments

Color spaces of #b9decd

RGB 185222205
HSL0.420.360.80
HSV152°17°87°
CMYK 0.170.000.08   0.13
XYZ57.148366.964667.6710
Yxy66.96460.29800.3492
Hunter Lab81.8319-18.54828.2524
CIE-Lab85.4861-15.42784.2980

#b9decd color RGB value is (185,222,205).

#b9decd hex color red value is 185, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b9decd hue: 0.42 , saturation: 0.36 and the lightness value of b9decd is 0.80.

The process color (four color CMYK) of #b9decd color hex is 0.17, 0.00, 0.08, 0.13. Web safe color of #b9decd is #cccccc. Color #b9decd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011110 11001101
Octal 271 336 315
Decimal 185 222 205
Hex B9 DE CD

RGB Percentages of Color #b9decd

%30.23
%36.27
%33.50

CMYK Percentages of Color #b9decd

%17
%0
%8
%13

Triadic Colors of #b9decd

#b9decd #cdb9de #decdb9

Analogous Colors of #b9decd

#b9decd #b9ddde #b9debb

Monochromatic Colors of #b9decd

#b9decd

Complementary Color

#b9decd #deb9ca

#b9decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9decd Color CSS Codes

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

#b9decd Text Font Color

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

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


#b9decd Background Color

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

This div background color is #b9decd


#b9decd Border Color

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

This div border color is #b9decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9decd


Comments

No comments written yet.

Please login to write comment.