Color Hex Logo

#b1d49a Color Hex

#B1D49A
(177,212,154)
0 Favorites   0 Comments

Color spaces of #b1d49a

RGB 177212154
HSL0.270.400.72
HSV96°27°83°
CMYK 0.170.000.27   0.17
XYZ47.507758.767239.4111
Yxy58.76720.32610.4034
Hunter Lab76.6598-23.534323.1806
CIE-Lab81.1635-22.001824.9900

#b1d49a color RGB value is (177,212,154).

#b1d49a hex color red value is 177, green value is 212 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b1d49a hue: 0.27 , saturation: 0.40 and the lightness value of b1d49a is 0.72.

The process color (four color CMYK) of #b1d49a color hex is 0.17, 0.00, 0.27, 0.17. Web safe color of #b1d49a is #99cc99. Color #b1d49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010100 10011010
Octal 261 324 232
Decimal 177 212 154
Hex B1 D4 9A

RGB Percentages of Color #b1d49a

%32.60
%39.04
%28.36

CMYK Percentages of Color #b1d49a

%17
%0
%27
%17

Triadic Colors of #b1d49a

#b1d49a #9ab1d4 #d49ab1

Analogous Colors of #b1d49a

#b1d49a #9ad4a0 #ced49a

Monochromatic Colors of #b1d49a

#b1d49a

Complementary Color

#b1d49a #bd9ad4

#b1d49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d49a Color CSS Codes

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

#b1d49a Text Font Color

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

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


#b1d49a Background Color

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

This div background color is #b1d49a


#b1d49a Border Color

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

This div border color is #b1d49a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,212,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1d49a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1d49a;
  -webkit-box-shadow: 1px 1px 3px 2px #b1d49a;
  box-shadow:         1px 1px 3px 2px #b1d49a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,212,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d49a


Comments

No comments written yet.

Please login to write comment.