Color Hex Logo

#b9deda Color Hex

#B9DEDA
(185,222,218)
0 Favorites   0 Comments

Color spaces of #b9deda

RGB 185222218
HSL0.480.360.80
HSV174°17°87°
CMYK 0.170.000.02   0.13
XYZ58.783767.618876.2832
Yxy67.61880.29000.3336
Hunter Lab82.2307-16.30052.5597
CIE-Lab85.8155-12.8599-2.0874

#b9deda color RGB value is (185,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011110 11011010
Octal 271 336 332
Decimal 185 222 218
Hex B9 DE DA

RGB Percentages of Color #b9deda

%29.60
%35.52
%34.88

CMYK Percentages of Color #b9deda

%17
%0
%2
%13

Triadic Colors of #b9deda

#b9deda #dab9de #dedab9

Analogous Colors of #b9deda

#b9deda #b9d0de #b9dec8

Monochromatic Colors of #b9deda

#b9deda

Complementary Color

#b9deda #deb9bd

#b9deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9deda Color CSS Codes

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

#b9deda Text Font Color

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

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


#b9deda Background Color

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

This div background color is #b9deda


#b9deda Border Color

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

This div border color is #b9deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9deda


Comments

No comments written yet.

Please login to write comment.