Color Hex Logo

#b9ffbd Color Hex

#B9FFBD
(185,255,189)
0 Favorites   0 Comments

Color spaces of #b9ffbd

RGB 185255189
HSL0.341.000.86
HSV123°27°100°
CMYK 0.270.000.26   0.00
XYZ64.952985.508461.2255
Yxy85.50840.30680.4039
Hunter Lab92.4708-36.442625.4732
CIE-Lab94.1018-34.167024.7533

#b9ffbd color RGB value is (185,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111111 10111101
Octal 271 377 275
Decimal 185 255 189
Hex B9 FF BD

RGB Percentages of Color #b9ffbd

%29.41
%40.54
%30.05

CMYK Percentages of Color #b9ffbd

%27
%0
%26
%0

Triadic Colors of #b9ffbd

#b9ffbd #bdb9ff #ffbdb9

Analogous Colors of #b9ffbd

#b9ffbd #b9ffe0 #d8ffb9

Monochromatic Colors of #b9ffbd

#b9ffbd

Complementary Color

#b9ffbd #ffb9fb

#b9ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ffbd Color CSS Codes

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

#b9ffbd Text Font Color

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

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


#b9ffbd Background Color

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

This div background color is #b9ffbd


#b9ffbd Border Color

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

This div border color is #b9ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.