Color Hex Logo

#b9ecdb Color Hex

#B9ECDB
(185,236,219)
0 Favorites   0 Comments

Color spaces of #b9ecdb

RGB 185236219
HSL0.440.570.83
HSV160°22°93°
CMYK 0.220.000.07   0.07
XYZ62.789275.419778.2659
Yxy75.41970.29010.3484
Hunter Lab86.8445-22.92117.3579
CIE-Lab89.5892-19.66202.8932

#b9ecdb color RGB value is (185,236,219).

#b9ecdb hex color red value is 185, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b9ecdb hue: 0.44 , saturation: 0.57 and the lightness value of b9ecdb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 11011011
Octal 271 354 333
Decimal 185 236 219
Hex B9 EC DB

RGB Percentages of Color #b9ecdb

%28.91
%36.88
%34.22

CMYK Percentages of Color #b9ecdb

%22
%0
%7
%7

Triadic Colors of #b9ecdb

#b9ecdb #dbb9ec #ecdbb9

Analogous Colors of #b9ecdb

#b9ecdb #b9e4ec #b9ecc2

Monochromatic Colors of #b9ecdb

#b9ecdb

Complementary Color

#b9ecdb #ecb9ca

#b9ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ecdb Color CSS Codes

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

#b9ecdb Text Font Color

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

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


#b9ecdb Background Color

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

This div background color is #b9ecdb


#b9ecdb Border Color

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

This div border color is #b9ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ecdb


Comments

No comments written yet.

Please login to write comment.