Color Hex Logo

#b9efce Color Hex

#B9EFCE
(185,239,206)
0 Favorites   0 Comments

Color spaces of #b9efce

RGB 185239206
HSL0.400.630.83
HSV143°23°94°
CMYK 0.230.000.14   0.06
XYZ62.014776.503569.8907
Yxy76.50350.29760.3671
Hunter Lab87.4663-26.507213.8502
CIE-Lab90.0926-23.629610.3942

#b9efce color RGB value is (185,239,206).

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

The process color (four color CMYK) of #b9efce color hex is 0.23, 0.00, 0.14, 0.06. Web safe color of #b9efce is #ccffcc. Color #b9efce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 11001110
Octal 271 357 316
Decimal 185 239 206
Hex B9 EF CE

RGB Percentages of Color #b9efce

%29.37
%37.94
%32.70

CMYK Percentages of Color #b9efce

%23
%0
%14
%6

Triadic Colors of #b9efce

#b9efce #ceb9ef #efceb9

Analogous Colors of #b9efce

#b9efce #b9efe9 #bfefb9

Monochromatic Colors of #b9efce

#b9efce

Complementary Color

#b9efce #efb9da

#b9efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efce Color CSS Codes

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

#b9efce Text Font Color

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

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


#b9efce Background Color

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

This div background color is #b9efce


#b9efce Border Color

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

This div border color is #b9efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9efce


Comments

No comments written yet.

Please login to write comment.