Color Hex Logo

#b9ecce Color Hex

#B9ECCE
(185,236,206)
0 Favorites   0 Comments

Color spaces of #b9ecce

RGB 185236206
HSL0.400.570.83
HSV145°22°93°
CMYK 0.220.000.13   0.07
XYZ61.143674.761469.6003
Yxy74.76140.29750.3638
Hunter Lab86.4647-25.086712.7994
CIE-Lab89.2811-22.17209.2343

#b9ecce color RGB value is (185,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 11001110
Octal 271 354 316
Decimal 185 236 206
Hex B9 EC CE

RGB Percentages of Color #b9ecce

%29.51
%37.64
%32.85

CMYK Percentages of Color #b9ecce

%22
%0
%13
%7

Triadic Colors of #b9ecce

#b9ecce #ceb9ec #ecceb9

Analogous Colors of #b9ecce

#b9ecce #b9ece8 #beecb9

Monochromatic Colors of #b9ecce

#b9ecce

Complementary Color

#b9ecce #ecb9d7

#b9ecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ecce Color CSS Codes

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

#b9ecce Text Font Color

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

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


#b9ecce Background Color

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

This div background color is #b9ecce


#b9ecce Border Color

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

This div border color is #b9ecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ecce


Comments

No comments written yet.

Please login to write comment.