Color Hex Logo

#b9febc Color Hex

#B9FEBC
(185,254,188)
0 Favorites   0 Comments

Color spaces of #b9febc

RGB 185254188
HSL0.340.970.86
HSV123°27°100°
CMYK 0.270.000.26   0.00
XYZ64.526584.828760.5496
Yxy84.82870.30740.4041
Hunter Lab92.1025-36.123325.4936
CIE-Lab93.8093-33.872024.8587

#b9febc color RGB value is (185,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111110 10111100
Octal 271 376 274
Decimal 185 254 188
Hex B9 FE BC

RGB Percentages of Color #b9febc

%29.51
%40.51
%29.98

CMYK Percentages of Color #b9febc

%27
%0
%26
%0

Triadic Colors of #b9febc

#b9febc #bcb9fe #febcb9

Analogous Colors of #b9febc

#b9febc #b9fedf #d9feb9

Monochromatic Colors of #b9febc

#b9febc

Complementary Color

#b9febc #feb9fb

#b9febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9febc Color CSS Codes

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

#b9febc Text Font Color

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

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


#b9febc Background Color

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

This div background color is #b9febc


#b9febc Border Color

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

This div border color is #b9febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9febc


Comments

No comments written yet.

Please login to write comment.