Color Hex Logo

#b9dade Color Hex

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

Color spaces of #b9dade

RGB 185218222
HSL0.520.360.80
HSV186°17°87°
CMYK 0.170.020.00   0.13
XYZ58.263865.731078.7238
Yxy65.73100.28740.3242
Hunter Lab81.0747-13.6027-0.8186
CIE-Lab84.8590-9.9968-5.6110

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

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

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

Base Numbers

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

RGB Percentages of Color #b9dade

%29.60
%34.88
%35.52

CMYK Percentages of Color #b9dade

%17
%2
%0
%13

Triadic Colors of #b9dade

#b9dade #deb9da #dadeb9

Analogous Colors of #b9dade

#b9dade #b9c8de #b9ded0

Monochromatic Colors of #b9dade

#b9dade

Complementary Color

#b9dade #debdb9

#b9dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dade Color CSS Codes

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

#b9dade Text Font Color

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

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


#b9dade Background Color

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

This div background color is #b9dade


#b9dade Border Color

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

This div border color is #b9dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dade


Comments

No comments written yet.

Please login to write comment.