Color Hex Logo

#b1d68f Color Hex

#B1D68F
(177,214,143)
0 Favorites   0 Comments

Color spaces of #b1d68f

RGB 177214143
HSL0.250.460.70
HSV91°33°84°
CMYK 0.170.000.33   0.16
XYZ47.136059.423434.9721
Yxy59.42340.33300.4199
Hunter Lab77.0866-25.754427.0623
CIE-Lab81.5238-24.592431.1770

#b1d68f color RGB value is (177,214,143).

#b1d68f hex color red value is 177, green value is 214 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b1d68f hue: 0.25 , saturation: 0.46 and the lightness value of b1d68f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010110 10001111
Octal 261 326 217
Decimal 177 214 143
Hex B1 D6 8F

RGB Percentages of Color #b1d68f

%33.15
%40.07
%26.78

CMYK Percentages of Color #b1d68f

%17
%0
%33
%16

Triadic Colors of #b1d68f

#b1d68f #8fb1d6 #d68fb1

Analogous Colors of #b1d68f

#b1d68f #8fd691 #d5d68f

Monochromatic Colors of #b1d68f

#b1d68f

Complementary Color

#b1d68f #b48fd6

#b1d68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d68f Color CSS Codes

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

#b1d68f Text Font Color

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

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


#b1d68f Background Color

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

This div background color is #b1d68f


#b1d68f Border Color

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

This div border color is #b1d68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d68f


Comments

No comments written yet.

Please login to write comment.