Color Hex Logo

#b9ebac Color Hex

#B9EBAC
(185,235,172)
0 Favorites   0 Comments

Color spaces of #b9ebac

RGB 185235172
HSL0.300.610.80
HSV108°27°92°
CMYK 0.210.000.27   0.08
XYZ57.162372.709550.0513
Yxy72.70950.31770.4041
Hunter Lab85.2699-29.561324.8871
CIE-Lab88.3090-27.561125.4901

#b9ebac color RGB value is (185,235,172).

#b9ebac hex color red value is 185, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b9ebac hue: 0.30 , saturation: 0.61 and the lightness value of b9ebac is 0.80.

The process color (four color CMYK) of #b9ebac color hex is 0.21, 0.00, 0.27, 0.08. Web safe color of #b9ebac is #ccff99. Color #b9ebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101011 10101100
Octal 271 353 254
Decimal 185 235 172
Hex B9 EB AC

RGB Percentages of Color #b9ebac

%31.25
%39.70
%29.05

CMYK Percentages of Color #b9ebac

%21
%0
%27
%8

Triadic Colors of #b9ebac

#b9ebac #acb9eb #ebacb9

Analogous Colors of #b9ebac

#b9ebac #acebbf #d9ebac

Monochromatic Colors of #b9ebac

#b9ebac

Complementary Color

#b9ebac #deaceb

#b9ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ebac Color CSS Codes

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

#b9ebac Text Font Color

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

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


#b9ebac Background Color

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

This div background color is #b9ebac


#b9ebac Border Color

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

This div border color is #b9ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ebac


Comments

No comments written yet.

Please login to write comment.