Color Hex Logo

#b9ddcb Color Hex

#B9DDCB
(185,221,203)
0 Favorites   0 Comments

Color spaces of #b9ddcb

RGB 185221203
HSL0.420.350.80
HSV150°16°87°
CMYK 0.160.000.08   0.13
XYZ56.643566.339066.3192
Yxy66.33900.29920.3504
Hunter Lab81.4488-18.39768.7376
CIE-Lab85.1690-15.30754.8955

#b9ddcb color RGB value is (185,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 11001011
Octal 271 335 313
Decimal 185 221 203
Hex B9 DD CB

RGB Percentages of Color #b9ddcb

%30.38
%36.29
%33.33

CMYK Percentages of Color #b9ddcb

%16
%0
%8
%13

Triadic Colors of #b9ddcb

#b9ddcb #cbb9dd #ddcbb9

Analogous Colors of #b9ddcb

#b9ddcb #b9dddd #b9ddb9

Monochromatic Colors of #b9ddcb

#b9ddcb

Complementary Color

#b9ddcb #ddb9cb

#b9ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ddcb Color CSS Codes

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

#b9ddcb Text Font Color

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

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


#b9ddcb Background Color

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

This div background color is #b9ddcb


#b9ddcb Border Color

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

This div border color is #b9ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ddcb


Comments

No comments written yet.

Please login to write comment.