Color Hex Logo

#b9ddbe Color Hex

#B9DDBE
(185,221,190)
0 Favorites   0 Comments

Color spaces of #b9ddbe

RGB 185221190
HSL0.360.350.80
HSV128°16°87°
CMYK 0.160.000.14   0.13
XYZ55.158365.744958.4981
Yxy65.74490.30750.3665
Hunter Lab81.0832-20.467913.9830
CIE-Lab84.8661-17.712011.3183

#b9ddbe color RGB value is (185,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 10111110
Octal 271 335 276
Decimal 185 221 190
Hex B9 DD BE

RGB Percentages of Color #b9ddbe

%31.04
%37.08
%31.88

CMYK Percentages of Color #b9ddbe

%16
%0
%14
%13

Triadic Colors of #b9ddbe

#b9ddbe #beb9dd #ddbeb9

Analogous Colors of #b9ddbe

#b9ddbe #b9ddd0 #c6ddb9

Monochromatic Colors of #b9ddbe

#b9ddbe

Complementary Color

#b9ddbe #ddb9d8

#b9ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ddbe Color CSS Codes

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

#b9ddbe Text Font Color

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

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


#b9ddbe Background Color

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

This div background color is #b9ddbe


#b9ddbe Border Color

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

This div border color is #b9ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ddbe


Comments

No comments written yet.

Please login to write comment.