Color Hex Logo

#b9ebdb Color Hex

#B9EBDB
(185,235,219)
0 Favorites   0 Comments

Color spaces of #b9ebdb

RGB 185235219
HSL0.450.560.82
HSV161°21°92°
CMYK 0.210.000.07   0.08
XYZ62.502174.845478.1702
Yxy74.84540.29000.3473
Hunter Lab86.5132-22.43966.9870
CIE-Lab89.3205-19.16862.5030

#b9ebdb color RGB value is (185,235,219).

#b9ebdb hex color red value is 185, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b9ebdb hue: 0.45 , saturation: 0.56 and the lightness value of b9ebdb is 0.82.

The process color (four color CMYK) of #b9ebdb color hex is 0.21, 0.00, 0.07, 0.08. Web safe color of #b9ebdb is #ccffcc. Color #b9ebdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101011 11011011
Octal 271 353 333
Decimal 185 235 219
Hex B9 EB DB

RGB Percentages of Color #b9ebdb

%28.95
%36.78
%34.27

CMYK Percentages of Color #b9ebdb

%21
%0
%7
%8

Triadic Colors of #b9ebdb

#b9ebdb #dbb9eb #ebdbb9

Analogous Colors of #b9ebdb

#b9ebdb #b9e2eb #b9ebc2

Monochromatic Colors of #b9ebdb

#b9ebdb

Complementary Color

#b9ebdb #ebb9c9

#b9ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ebdb Color CSS Codes

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

#b9ebdb Text Font Color

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

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


#b9ebdb Background Color

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

This div background color is #b9ebdb


#b9ebdb Border Color

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

This div border color is #b9ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ebdb


Comments

No comments written yet.

Please login to write comment.