Color Hex Logo

#b9febd Color Hex

#B9FEBD
(185,254,189)
0 Favorites   0 Comments

Color spaces of #b9febd

RGB 185254189
HSL0.340.970.86
HSV123°27°100°
CMYK 0.270.000.26   0.00
XYZ64.634784.872061.1194
Yxy84.87200.30690.4030
Hunter Lab92.1260-35.986625.1533
CIE-Lab93.8279-33.707124.3766

#b9febd color RGB value is (185,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111110 10111101
Octal 271 376 275
Decimal 185 254 189
Hex B9 FE BD

RGB Percentages of Color #b9febd

%29.46
%40.45
%30.10

CMYK Percentages of Color #b9febd

%27
%0
%26
%0

Triadic Colors of #b9febd

#b9febd #bdb9fe #febdb9

Analogous Colors of #b9febd

#b9febd #b9fee0 #d8feb9

Monochromatic Colors of #b9febd

#b9febd

Complementary Color

#b9febd #feb9fa

#b9febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9febd Color CSS Codes

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

#b9febd Text Font Color

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

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


#b9febd Background Color

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

This div background color is #b9febd


#b9febd Border Color

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

This div border color is #b9febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9febd

Related Colors


Comments

No comments written yet.

Please login to write comment.