Color Hex Logo

#b1d56e Color Hex

#B1D56E
(177,213,110)
0 Favorites   0 Comments

Color spaces of #b1d56e

RGB 177213110
HSL0.220.550.63
HSV81°48°84°
CMYK 0.170.000.48   0.16
XYZ44.740258.061423.6008
Yxy58.06140.35400.4593
Hunter Lab76.1980-28.539034.9747
CIE-Lab80.7729-28.178246.7104

#b1d56e color RGB value is (177,213,110).

#b1d56e hex color red value is 177, green value is 213 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b1d56e hue: 0.22 , saturation: 0.55 and the lightness value of b1d56e is 0.63.

The process color (four color CMYK) of #b1d56e color hex is 0.17, 0.00, 0.48, 0.16. Web safe color of #b1d56e is #99cc66. Color #b1d56e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010101 01101110
Octal 261 325 156
Decimal 177 213 110
Hex B1 D5 6E

RGB Percentages of Color #b1d56e

%35.40
%42.60
%22.00

CMYK Percentages of Color #b1d56e

%17
%0
%48
%16

Triadic Colors of #b1d56e

#b1d56e #6eb1d5 #d56eb1

Analogous Colors of #b1d56e

#b1d56e #7ed56e #d5c66e

Monochromatic Colors of #b1d56e

#b1d56e

Complementary Color

#b1d56e #926ed5

#b1d56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d56e Color CSS Codes

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

#b1d56e Text Font Color

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

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


#b1d56e Background Color

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

This div background color is #b1d56e


#b1d56e Border Color

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

This div border color is #b1d56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d56e


Comments

No comments written yet.

Please login to write comment.