Color Hex Logo

#b9ecac Color Hex

#B9ECAC
(185,236,172)
0 Favorites   0 Comments

Color spaces of #b9ecac

RGB 185236172
HSL0.300.630.80
HSV108°27°93°
CMYK 0.220.000.27   0.07
XYZ57.449473.283850.1470
Yxy73.28380.31760.4052
Hunter Lab85.6060-30.020725.1928
CIE-Lab88.5829-28.036325.8640

#b9ecac color RGB value is (185,236,172).

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

The process color (four color CMYK) of #b9ecac color hex is 0.22, 0.00, 0.27, 0.07. Web safe color of #b9ecac is #ccff99. Color #b9ecac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 10101100
Octal 271 354 254
Decimal 185 236 172
Hex B9 EC AC

RGB Percentages of Color #b9ecac

%31.20
%39.80
%29.01

CMYK Percentages of Color #b9ecac

%22
%0
%27
%7

Triadic Colors of #b9ecac

#b9ecac #acb9ec #ecacb9

Analogous Colors of #b9ecac

#b9ecac #acecbf #d9ecac

Monochromatic Colors of #b9ecac

#b9ecac

Complementary Color

#b9ecac #dfacec

#b9ecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ecac Color CSS Codes

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

#b9ecac Text Font Color

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

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


#b9ecac Background Color

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

This div background color is #b9ecac


#b9ecac Border Color

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

This div border color is #b9ecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ecac

#b9ecac Color Palettes


Comments

No comments written yet.

Please login to write comment.