Color Hex Logo

#b9fdce Color Hex

#B9FDCE
(185,253,206)
0 Favorites   0 Comments

Color spaces of #b9fdce

RGB 185253206
HSL0.380.940.86
HSV139°27°99°
CMYK 0.270.000.19   0.01
XYZ66.273485.021171.3102
Yxy85.02110.29770.3819
Hunter Lab92.2069-33.065818.6916
CIE-Lab93.8922-30.299215.7850

#b9fdce color RGB value is (185,253,206).

#b9fdce hex color red value is 185, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9fdce hue: 0.38 , saturation: 0.94 and the lightness value of b9fdce is 0.86.

The process color (four color CMYK) of #b9fdce color hex is 0.27, 0.00, 0.19, 0.01. Web safe color of #b9fdce is #ccffcc. Color #b9fdce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111101 11001110
Octal 271 375 316
Decimal 185 253 206
Hex B9 FD CE

RGB Percentages of Color #b9fdce

%28.73
%39.29
%31.99

CMYK Percentages of Color #b9fdce

%27
%0
%19
%1

Triadic Colors of #b9fdce

#b9fdce #ceb9fd #fdceb9

Analogous Colors of #b9fdce

#b9fdce #b9fdf0 #c6fdb9

Monochromatic Colors of #b9fdce

#b9fdce

Complementary Color

#b9fdce #fdb9e8

#b9fdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fdce Color CSS Codes

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

#b9fdce Text Font Color

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

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


#b9fdce Background Color

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

This div background color is #b9fdce


#b9fdce Border Color

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

This div border color is #b9fdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fdce

Related Colors


Comments

No comments written yet.

Please login to write comment.