Color Hex Logo

#b9fdbd Color Hex

#B9FDBD
(185,253,189)
0 Favorites   0 Comments

Color spaces of #b9fdbd

RGB 185253189
HSL0.340.940.86
HSV124°27°99°
CMYK 0.270.000.25   0.01
XYZ64.318284.239061.0139
Yxy84.23900.30690.4020
Hunter Lab91.7818-35.530224.8330
CIE-Lab93.5542-33.246123.9996

#b9fdbd color RGB value is (185,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111101 10111101
Octal 271 375 275
Decimal 185 253 189
Hex B9 FD BD

RGB Percentages of Color #b9fdbd

%29.51
%40.35
%30.14

CMYK Percentages of Color #b9fdbd

%27
%0
%25
%1

Triadic Colors of #b9fdbd

#b9fdbd #bdb9fd #fdbdb9

Analogous Colors of #b9fdbd

#b9fdbd #b9fddf #d7fdb9

Monochromatic Colors of #b9fdbd

#b9fdbd

Complementary Color

#b9fdbd #fdb9f9

#b9fdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fdbd Color CSS Codes

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

#b9fdbd Text Font Color

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

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


#b9fdbd Background Color

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

This div background color is #b9fdbd


#b9fdbd Border Color

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

This div border color is #b9fdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fdbd


Comments

No comments written yet.

Please login to write comment.