Color Hex Logo

#b9efaa Color Hex

#B9EFAA
(185,239,170)
0 Favorites   0 Comments

Color spaces of #b9efaa

RGB 185239170
HSL0.300.680.80
HSV107°29°94°
CMYK 0.230.000.29   0.06
XYZ58.129874.949649.4332
Yxy74.94960.31850.4107
Hunter Lab86.5734-31.649626.7470
CIE-Lab89.3694-29.763927.9564

#b9efaa color RGB value is (185,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 10101010
Octal 271 357 252
Decimal 185 239 170
Hex B9 EF AA

RGB Percentages of Color #b9efaa

%31.14
%40.24
%28.62

CMYK Percentages of Color #b9efaa

%23
%0
%29
%6

Triadic Colors of #b9efaa

#b9efaa #aab9ef #efaab9

Analogous Colors of #b9efaa

#b9efaa #aaefbe #dcefaa

Monochromatic Colors of #b9efaa

#b9efaa

Complementary Color

#b9efaa #e0aaef

#b9efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efaa Color CSS Codes

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

#b9efaa Text Font Color

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

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


#b9efaa Background Color

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

This div background color is #b9efaa


#b9efaa Border Color

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

This div border color is #b9efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9efaa


Comments

No comments written yet.

Please login to write comment.