Color Hex Logo

#b9efac Color Hex

#B9EFAC
(185,239,172)
0 Favorites   0 Comments

Color spaces of #b9efac

RGB 185239172
HSL0.300.680.81
HSV108°28°94°
CMYK 0.230.000.28   0.06
XYZ58.320575.025850.4373
Yxy75.02580.31730.4082
Hunter Lab86.6174-31.394426.1077
CIE-Lab89.4051-29.454226.9841

#b9efac color RGB value is (185,239,172).

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

The process color (four color CMYK) of #b9efac color hex is 0.23, 0.00, 0.28, 0.06. Web safe color of #b9efac is #ccff99. Color #b9efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 10101100
Octal 271 357 254
Decimal 185 239 172
Hex B9 EF AC

RGB Percentages of Color #b9efac

%31.04
%40.10
%28.86

CMYK Percentages of Color #b9efac

%23
%0
%28
%6

Triadic Colors of #b9efac

#b9efac #acb9ef #efacb9

Analogous Colors of #b9efac

#b9efac #acefc1 #dbefac

Monochromatic Colors of #b9efac

#b9efac

Complementary Color

#b9efac #e2acef

#b9efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efac Color CSS Codes

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

#b9efac Text Font Color

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

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


#b9efac Background Color

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

This div background color is #b9efac


#b9efac Border Color

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

This div border color is #b9efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9efac


Comments

No comments written yet.

Please login to write comment.